From 2239aeea03f5d8321f1a8e14551690cc0bebdb56 Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 30 Jul 2009 07:00:38 +0000 Subject: XML define no longer used. --- server/src/macroheaderparser.cc | 9 ++------- 1 file 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 @@ -43,14 +41,11 @@ // For vprintf and friends #include -#ifndef XML -// For XML -#include -#endif/*XML*/ - #include #include +#include "debug.h" +#include "configuration.h" #include "exception.h" void MacroHeaderParser::error(const char* fmt, ...) -- cgit v1.2.3