From 098921a661713620c9252d94ee08a8018d5fd825 Mon Sep 17 00:00:00 2001 From: ishmal Date: Wed, 12 Apr 2006 14:08:07 +0000 Subject: [PATCH] change include paths --- src/dom/svg/svg.h | 10 +++++----- 1 file 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" -- 2.30.2