From 8220aa5425a4bdd3a6229d037d453c2da0d61e9c Mon Sep 17 00:00:00 2001 From: Bob Jamison Date: Wed, 12 Apr 2006 14:08:07 +0000 Subject: change include paths (bzr r485) --- src/dom/svg/svg.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') 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" -- cgit v1.2.3