summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAaron Spike <aaron@ekips.org>2006-04-12 14:44:20 +0000
committeracspike <acspike@users.sourceforge.net>2006-04-12 14:44:20 +0000
commit5f00bff76005b4f5966414654a46942641931c73 (patch)
treea61389e35b02160ef3a44144ea0eafd1afb139fa /src
parentremove extra endif (diff)
downloadinkscape-5f00bff76005b4f5966414654a46942641931c73.tar.gz
inkscape-5f00bff76005b4f5966414654a46942641931c73.zip
fix some includes
(bzr r493)
Diffstat (limited to 'src')
-rw-r--r--src/dom/odf/odfdocument.h2
-rw-r--r--src/dom/svg/svglsimpl.h2
-rw-r--r--src/dom/svg/svgparser.cpp4
3 files changed, 4 insertions, 4 deletions
diff --git a/src/dom/odf/odfdocument.h b/src/dom/odf/odfdocument.h
index faae4dc4d..9710de385 100644
--- a/src/dom/odf/odfdocument.h
+++ b/src/dom/odf/odfdocument.h
@@ -30,7 +30,7 @@
#include <vector>
#include <string>
-#include "dom.h"
+#include "dom/dom.h"
namespace odf
{
diff --git a/src/dom/svg/svglsimpl.h b/src/dom/svg/svglsimpl.h
index f7701a912..af0f89664 100644
--- a/src/dom/svg/svglsimpl.h
+++ b/src/dom/svg/svglsimpl.h
@@ -15,7 +15,7 @@
#ifndef __SVGLSIMPL_H__
#define __SVGLSIMPL_H__
-#include "lsimpl.h"
+#include "dom/lsimpl.h"
#include "svgparser.h"
diff --git a/src/dom/svg/svgparser.cpp b/src/dom/svg/svgparser.cpp
index e698beee7..df0470045 100644
--- a/src/dom/svg/svgparser.cpp
+++ b/src/dom/svg/svgparser.cpp
@@ -29,8 +29,8 @@
#include "svgparser.h"
-#include "cssparser.h"
-#include "charclass.h"
+#include "dom/cssparser.h"
+#include "dom/charclass.h"
#include <stdarg.h>