From d188673e7c9272f4dfde9753f61e2999b83a65f2 Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Sat, 11 Dec 2010 16:52:12 +0000 Subject: [PATCH] Remove #ifdef block around #include "agi_pre.h", as it causes the VC10 compiler to explode. Hopefully this won't break build somewhere else. Originally committed to SVN as r4956. --- aegisub/src/agi_pre.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/aegisub/src/agi_pre.cpp b/aegisub/src/agi_pre.cpp index 5b42fc4e5..1bc6fea6b 100644 --- a/aegisub/src/agi_pre.cpp +++ b/aegisub/src/agi_pre.cpp @@ -46,9 +46,4 @@ // MatroskaParser.c, as well as any possible future .c files. // -// Generally agi_pre.h is set as a forced include for everything, including this file. -// So unless we protect it by this, it gets included twice during production of precompiled -// headers, which can cause problems with local includes. -#ifndef AGI_PRE #include "agi_pre.h" -#endif