summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2006-04-12 14:00:07 +0000
committerishmal <ishmal@users.sourceforge.net>2006-04-12 14:00:07 +0000
commit23a6fb05455b9889480a8275ac8ab7bb319a137d (patch)
treee52ecfe1cc18690adfcf0ed8578b22bfc8d571ba /src
parentModify includes to not conflict with inkscape (diff)
downloadinkscape-23a6fb05455b9889480a8275ac8ab7bb319a137d.tar.gz
inkscape-23a6fb05455b9889480a8275ac8ab7bb319a137d.zip
Make correct reference to dom.h
(bzr r483)
Diffstat (limited to 'src')
-rw-r--r--src/dom/io/domstream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dom/io/domstream.h b/src/dom/io/domstream.h
index af43d0a51..9904bb71b 100644
--- a/src/dom/io/domstream.h
+++ b/src/dom/io/domstream.h
@@ -31,7 +31,7 @@
-#include "dom.h"
+#include <dom/dom.h>
namespace org
{