From 6f22088b067bb67bb65a6733e885f46f5d79dde8 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Wed, 20 Jul 2011 20:09:03 +0000 Subject: [PATCH] Update libass include path to not look for the now nonexistant in-repo copy Originally committed to SVN as r5494. --- aegisub/src/subtitles_provider_libass.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/subtitles_provider_libass.h b/aegisub/src/subtitles_provider_libass.h index d093bea59..3148190a3 100644 --- a/aegisub/src/subtitles_provider_libass.h +++ b/aegisub/src/subtitles_provider_libass.h @@ -42,7 +42,7 @@ extern "C" { #include "stdint.h" #endif -#include "../libass/ass.h" +#include } class FontConfigCacheThread;