summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-07-18 16:21:12 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2015-07-18 16:21:12 +0100
commit038348165529848a4264ea210131d31eb94b1c2e (patch)
tree21c65a5acdcf84ab3a24b312b832ba2f6e428704
parentThe slicer feature should not be propergated, it's library specific whether i... (diff)
downloadproject2-038348165529848a4264ea210131d31eb94b1c2e.tar.bz2
project2-038348165529848a4264ea210131d31eb94b1c2e.tar.xz
project2-038348165529848a4264ea210131d31eb94b1c2e.zip
Remove some unused legacy XML code
-rw-r--r--project2/xml/rawView.cpp1
-rw-r--r--project2/xml/xmlRows.cpp1
-rw-r--r--project2/xml/xpathRows.cpp1
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>