From 06079766052b7e6c006cbae6082f37b5c92fd428 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sun, 6 Apr 2008 15:08:43 +0000 Subject: [PATCH] Remove the __WINDOWS__ around 'include "../libass/ass.h"', I didn't notice this on my system since I have ass/ass.h in /usr/local/include. The header hasn't changed so no damage done, unless you don't have libass installed. Originally committed to SVN as r2169. --- aegisub/subtitles_provider_libass.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/aegisub/subtitles_provider_libass.h b/aegisub/subtitles_provider_libass.h index e4562f47e..ab16649e3 100644 --- a/aegisub/subtitles_provider_libass.h +++ b/aegisub/subtitles_provider_libass.h @@ -44,13 +44,7 @@ extern "C" { #include "stdint.h" #endif -#ifdef __WINDOWS__ #include "../libass/ass.h" -#else -#include "ass/ass.h" -#endif -} - /////////////////// // libass provider