summaryrefslogtreecommitdiffstats
path: root/src/XMLDocument.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/XMLDocument.cpp')
-rw-r--r--src/XMLDocument.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/XMLDocument.cpp b/src/XMLDocument.cpp
index 406564f..da843b4 100644
--- a/src/XMLDocument.cpp
+++ b/src/XMLDocument.cpp
@@ -32,13 +32,8 @@ $Id$
#include <iostream>
#include <sstream>
-#ifdef _MSC_VER
#include "rapidxml/rapidxml.hpp"
#include "rapidxml/rapidxml_print.hpp"
-#else
-#include "rapidxml.hpp"
-#include "rapidxml_print.hpp"
-#endif
using namespace rapidxml;
using namespace astra;