]> granicus.if.org Git - libexpat/commitdiff
Removed newly added include directives of configuration header files.
authorKarl Waclawek <kwaclaw@users.sourceforge.net>
Sun, 25 Dec 2005 17:06:22 +0000 (17:06 +0000)
committerKarl Waclawek <kwaclaw@users.sourceforge.net>
Sun, 25 Dec 2005 17:06:22 +0000 (17:06 +0000)
They seem to be unnecessary.

expat/xmlwf/xmlwf.c

index 74d4525d7bd1661bbf5bd4a1ce5865becdb5cfa5..2de9b92ea212dd35d08fb557014a74361cfb2469 100755 (executable)
@@ -7,16 +7,6 @@
 #include <stddef.h>
 #include <string.h>
 
-#ifdef COMPILED_FROM_DSP
-#include "winconfig.h"
-#elif defined(MACOS_CLASSIC)
-#include "macconfig.h"
-#elif defined(__amigaos4__)
-#include "amigaconfig.h"
-#elif defined(HAVE_EXPAT_CONFIG_H)
-#include <expat_config.h>
-#endif /* ndef COMPILED_FROM_DSP */
-
 #include "expat.h"
 #include "codepage.h"
 #include "xmlfile.h"