From: ishmal Date: Wed, 12 Apr 2006 14:16:51 +0000 (+0000) Subject: fix include paths X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b0091c36f3c4259051bc82713e1c560b0946f962;p=inkscape.git fix include paths --- 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