summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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>