summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dom/svg/svg.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/dom/svg/svg.h b/src/dom/svg/svg.h
index c3b7dea4b..b02ccc933 100644
--- a/src/dom/svg/svg.h
+++ b/src/dom/svg/svg.h
@@ -32,19 +32,19 @@
// For access to DOM2 core
-#include "dom.h"
+#include "dom/dom.h"
// For access to DOM2 events
-#include "events.h"
+#include "dom/events.h"
// For access to those parts from DOM2 CSS OM used by SVG DOM.
-#include "css.h"
+#include "dom/css.h"
// For access to those parts from DOM2 Views OM used by SVG DOM.
-#include "views.h"
+#include "dom/views.h"
// For access to the SMIL OM used by SVG DOM.
-#include "smil.h"
+#include "dom/smil.h"