diff options
author | deva <deva> | 2009-07-30 07:00:38 +0000 |
---|---|---|
committer | deva <deva> | 2009-07-30 07:00:38 +0000 |
commit | 2239aeea03f5d8321f1a8e14551690cc0bebdb56 (patch) | |
tree | 0f550ec9565293a3c871edc13eb9efb0f4500722 /server/src | |
parent | 4f3f839401f81ef831107350552a9a2c7985a759 (diff) |
XML define no longer used.
Diffstat (limited to 'server/src')
-rw-r--r-- | server/src/macroheaderparser.cc | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/server/src/macroheaderparser.cc b/server/src/macroheaderparser.cc index 967ed86..e9748b1 100644 --- a/server/src/macroheaderparser.cc +++ b/server/src/macroheaderparser.cc @@ -25,9 +25,7 @@ * along with Pracro; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include "debug.h" #include "macroheaderparser.h" -#include "configuration.h" #include <stdio.h> @@ -43,14 +41,11 @@ // For vprintf and friends #include <stdarg.h> -#ifndef XML -// For XML -#include <config.h> -#endif/*XML*/ - #include <errno.h> #include <string.h> +#include "debug.h" +#include "configuration.h" #include "exception.h" void MacroHeaderParser::error(const char* fmt, ...) |