From 57ff29810227ced3f434f9b87ebf3fc6abd19b6e Mon Sep 17 00:00:00 2001 From: Bob Jamison Date: Wed, 12 Apr 2006 14:16:51 +0000 Subject: fix include paths (bzr r487) --- src/dom/svg/svgimpl.h | 6 +++--- src/dom/svg/svgtypes.h | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'src') diff --git a/src/dom/svg/svgimpl.h b/src/dom/svg/svgimpl.h index 693f0ea5d..2e70590cb 100644 --- a/src/dom/svg/svgimpl.h +++ b/src/dom/svg/svgimpl.h @@ -13,7 +13,7 @@ * Authors: * Bob Jamison * - * Copyright (C) 2005 Bob Jamison + * Copyright (C) 2006 Bob Jamison * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -32,8 +32,8 @@ #include "svg.h" -#include "domimpl.h" -#include "smilimpl.h" +#include "dom/domimpl.h" +#include "dom/smilimpl.h" #include diff --git a/src/dom/svg/svgtypes.h b/src/dom/svg/svgtypes.h index 4b1b87053..9b70178ea 100644 --- a/src/dom/svg/svgtypes.h +++ b/src/dom/svg/svgtypes.h @@ -13,7 +13,7 @@ * Authors: * Bob Jamison * - * Copyright (C) 2005 Bob Jamison + * Copyright (C) 2006 Bob Jamison * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -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" #include -- cgit v1.2.3