summaryrefslogtreecommitdiffstats
path: root/src/xml
diff options
context:
space:
mode:
authorAlexander Valavanis <valavanisalex@gmail.com>2018-11-18 12:29:03 +0000
committerAlexander Valavanis <valavanisalex@gmail.com>2018-11-18 12:29:03 +0000
commitf1b212195dff9e5fdf18b89ba53e4238e987deb4 (patch)
tree785610de33354aeef33a772cc324d7f0a5b8f4e5 /src/xml
parentFix CMakeLists for stream classes (diff)
downloadinkscape-f1b212195dff9e5fdf18b89ba53e4238e987deb4.tar.gz
inkscape-f1b212195dff9e5fdf18b89ba53e4238e987deb4.zip
Fix stream class locations
Diffstat (limited to 'src/xml')
-rw-r--r--src/xml/repr-io.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xml/repr-io.cpp b/src/xml/repr-io.cpp
index 032d956dd..b1bf26118 100644
--- a/src/xml/repr-io.cpp
+++ b/src/xml/repr-io.cpp
@@ -24,9 +24,9 @@
#include "xml/text-node.h"
#include "io/sys.h"
-#include "io/uristream.h"
-#include "io/stringstream.h"
-#include "io/gzipstream.h"
+#include "io/stream/stringstream.h"
+#include "io/stream/gzipstream.h"
+#include "io/stream/uristream.h"
#include "extension/extension.h"