Code

change include paths
authorishmal <ishmal@users.sourceforge.net>
Wed, 12 Apr 2006 14:08:07 +0000 (14:08 +0000)
committerishmal <ishmal@users.sourceforge.net>
Wed, 12 Apr 2006 14:08:07 +0000 (14:08 +0000)
src/dom/svg/svg.h

index c3b7dea4b7cac96effe042ed295099af484b26a7..b02ccc933a984927d5266cfb7e6fce095ed97840 100644 (file)
 \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
 \r