summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2043008)
raw | patch | inline | side by side (parent: 2043008)
author | ishmal <ishmal@users.sourceforge.net> | |
Wed, 12 Apr 2006 14:16:51 +0000 (14:16 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Wed, 12 Apr 2006 14:16:51 +0000 (14:16 +0000) |
src/dom/svg/svgimpl.h | patch | blob | history | |
src/dom/svg/svgtypes.h | patch | blob | history |
diff --git a/src/dom/svg/svgimpl.h b/src/dom/svg/svgimpl.h
index 693f0ea5d6e7feb5dc45d6cfc63abca37ef9e37c..2e70590cbba10bd99ffae28be18420687bc4c01e 100644 (file)
--- a/src/dom/svg/svgimpl.h
+++ b/src/dom/svg/svgimpl.h
* Authors:\r
* Bob Jamison\r
*\r
- * Copyright (C) 2005 Bob Jamison\r
+ * Copyright (C) 2006 Bob Jamison\r
*\r
* This library is free software; you can redistribute it and/or\r
* modify it under the terms of the GNU Lesser General Public\r
\r
\r
#include "svg.h"\r
-#include "domimpl.h"\r
-#include "smilimpl.h"\r
+#include "dom/domimpl.h"\r
+#include "dom/smilimpl.h"\r
\r
#include <math.h>\r
\r
diff --git a/src/dom/svg/svgtypes.h b/src/dom/svg/svgtypes.h
index 4b1b870533502e14e2c6038638cc6f238213555c..9b70178ead4c0939a1c5fb7b4199cb520519438b 100644 (file)
--- a/src/dom/svg/svgtypes.h
+++ b/src/dom/svg/svgtypes.h
* Authors:\r
* Bob Jamison\r
*\r
- * Copyright (C) 2005 Bob Jamison\r
+ * Copyright (C) 2006 Bob Jamison\r
*\r
* This library is free software; you can redistribute it and/or\r
* modify it under the terms of the GNU Lesser General Public\r
\r
\r
// For access to DOM2 core\r
-#include "dom.h"\r
+#include "dom/dom.h"\r
\r
// For access to DOM2 events\r
-#include "events.h"\r
+#include "dom/events.h"\r
\r
// For access to those parts from DOM2 CSS OM used by SVG DOM.\r
-#include "css.h"\r
+#include "dom/css.h"\r
\r
// For access to those parts from DOM2 Views OM used by SVG DOM.\r
-#include "views.h"\r
+#include "dom/views.h"\r
\r
// For access to the SMIL OM used by SVG DOM.\r
-#include "smil.h"\r
+#include "dom/smil.h"\r
\r
\r
#include <math.h>\r