diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-04-12 14:08:07 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-04-12 14:08:07 +0000 |
| commit | 8220aa5425a4bdd3a6229d037d453c2da0d61e9c (patch) | |
| tree | 9fccfdc368d405c4cdc645d1655927b20a1b599e /src/dom | |
| parent | change include path for ziptool (diff) | |
| download | inkscape-8220aa5425a4bdd3a6229d037d453c2da0d61e9c.tar.gz inkscape-8220aa5425a4bdd3a6229d037d453c2da0d61e9c.zip | |
change include paths
(bzr r485)
Diffstat (limited to 'src/dom')
| -rw-r--r-- | src/dom/svg/svg.h | 10 |
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"
|
