expat/xmlwf xmlwf.c,1.69,1.70
"Karl Waclawek" <[email protected]> Sun, 25 Dec 2005 18:06:25 +0100 (CET)
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/expat/expat/xmlwf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17811 Modified Files: xmlwf.c Log Message: Removed newly added include directives of configuration header files. They seem to be unnecessary. Index: xmlwf.c =================================================================== RCS file: /cvsroot/expat/expat/xmlwf/xmlwf.c,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- xmlwf.c 25 Dec 2005 16:56:05 -0000 1.69 +++ xmlwf.c 25 Dec 2005 17:06:22 -0000 1.70 @@ -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"