From 12318ced75098e01eb2029f096b7f39898930a93 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Tue, 26 Jul 2011 22:24:38 +0000 Subject: [PATCH] Remove the include guard from agi_pre.h as it seems to have magically become unnessesary Originally committed to SVN as r5512. --- aegisub/src/agi_pre.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/aegisub/src/agi_pre.h b/aegisub/src/agi_pre.h index d16ae4677..bd3778c93 100644 --- a/aegisub/src/agi_pre.h +++ b/aegisub/src/agi_pre.h @@ -40,12 +40,6 @@ /// @note Make sure that you disable use of precompiled headers on md5.c and /// MatroskaParser.c, as well as any possible future .c files. -#ifndef AGI_PRE_H - -/// @brief Inclusion guard. -/// @todo Why is this even necessary? GCC seems to include agi_pre.h twice for no reason. -#define AGI_PRE_H - // C++ only #ifdef __cplusplus @@ -256,5 +250,3 @@ #endif #endif // C++ - -#endif // AGI_PRE_H