From 8cb1e628310eab87335e3fa657939572071747a0 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Fri, 24 Jul 2009 05:47:03 +0000 Subject: [PATCH] Remove libresrc.h from config.h as it's now included per-file. Originally committed to SVN as r3253. --- aegisub/src/config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/aegisub/src/config.h b/aegisub/src/config.h index b7c14716a..72ba9438c 100644 --- a/aegisub/src/config.h +++ b/aegisub/src/config.h @@ -10,6 +10,5 @@ // Unix specific settings and defines. #include "config/config_unix.h" -#include "libresrc/libresrc.h" #endif // __WINDOWS__