From f1b212195dff9e5fdf18b89ba53e4238e987deb4 Mon Sep 17 00:00:00 2001 From: Alexander Valavanis Date: Sun, 18 Nov 2018 12:29:03 +0000 Subject: Fix stream class locations --- src/xml/repr-io.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/xml/repr-io.cpp') 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" -- cgit v1.2.3