diff options
-rw-r--r-- | project2/xml/rawView.cpp | 1 | ||||
-rw-r--r-- | project2/xml/xmlRows.cpp | 1 | ||||
-rw-r--r-- | project2/xml/xpathRows.cpp | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/project2/xml/rawView.cpp b/project2/xml/rawView.cpp index 4f013f9..ace271c 100644 --- a/project2/xml/rawView.cpp +++ b/project2/xml/rawView.cpp @@ -1,6 +1,5 @@ #include <pch.hpp> #include "exceptions.h" -#include "xml.h" #include "presenter.h" #include "scriptLoader.h" #include "xmlDocumentCache.h" diff --git a/project2/xml/xmlRows.cpp b/project2/xml/xmlRows.cpp index e0ffb5b..2d3e631 100644 --- a/project2/xml/xmlRows.cpp +++ b/project2/xml/xmlRows.cpp @@ -1,7 +1,6 @@ #include <pch.hpp> #include "xmlRows.h" #include "rowProcessor.h" -#include "xml.h" #include "exceptions.h" #include <libxml++/nodes/textnode.h> #include <libxml/xmlreader.h> diff --git a/project2/xml/xpathRows.cpp b/project2/xml/xpathRows.cpp index e97270f..fab0882 100644 --- a/project2/xml/xpathRows.cpp +++ b/project2/xml/xpathRows.cpp @@ -3,7 +3,6 @@ #include "safeMapFind.h" #include "rowProcessor.h" #include "logger.h" -#include "xml.h" #include "exceptions.h" #include "scriptLoader.h" #include <boost/lexical_cast.hpp> |