summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeva <deva>2009-07-30 07:00:38 +0000
committerdeva <deva>2009-07-30 07:00:38 +0000
commit2239aeea03f5d8321f1a8e14551690cc0bebdb56 (patch)
tree0f550ec9565293a3c871edc13eb9efb0f4500722
parent4f3f839401f81ef831107350552a9a2c7985a759 (diff)
XML define no longer used.
-rw-r--r--server/src/macroheaderparser.cc9
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, ...)