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