Code

fix include paths
authorishmal <ishmal@users.sourceforge.net>
Wed, 12 Apr 2006 14:16:51 +0000 (14:16 +0000)
committerishmal <ishmal@users.sourceforge.net>
Wed, 12 Apr 2006 14:16:51 +0000 (14:16 +0000)
src/dom/svg/svgimpl.h
src/dom/svg/svgtypes.h

index 693f0ea5d6e7feb5dc45d6cfc63abca37ef9e37c..2e70590cbba10bd99ffae28be18420687bc4c01e 100644 (file)
@@ -13,7 +13,7 @@
  * 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
@@ -32,8 +32,8 @@
 \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
index 4b1b870533502e14e2c6038638cc6f238213555c..9b70178ead4c0939a1c5fb7b4199cb520519438b 100644 (file)
@@ -13,7 +13,7 @@
  * 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