summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2006-11-16 19:03:23 +0000
committerishmal <ishmal@users.sourceforge.net>2006-11-16 19:03:23 +0000
commit3152adbff7dff57cf9b624c2869407c9ffccda87 (patch)
tree5d438540f12c9c8efca58f520d5e42edcae1894d /src
parentchange include to not interfere with other instances of uri.h (diff)
downloadinkscape-3152adbff7dff57cf9b624c2869407c9ffccda87.tar.gz
inkscape-3152adbff7dff57cf9b624c2869407c9ffccda87.zip
Slight include tweak
(bzr r1962)
Diffstat (limited to 'src')
-rw-r--r--src/dom/io/uristream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dom/io/uristream.h b/src/dom/io/uristream.h
index 925e2e4bc..43369bfcd 100644
--- a/src/dom/io/uristream.h
+++ b/src/dom/io/uristream.h
@@ -37,7 +37,7 @@
*/
-#include "dom/uri.h"
+#include "../uri.h"
#include "domstream.h"
#include "httpclient.h"