From 267299811df952d08324a39008f52c19641de9e0 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Tue, 30 Jan 2018 09:33:01 +0100 Subject: Move classes derived from SPObject to own directory. A lot of header clean-up. --- src/id-clash.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/id-clash.cpp') diff --git a/src/id-clash.cpp b/src/id-clash.cpp index 162cb9e89..146eeb2b5 100644 --- a/src/id-clash.cpp +++ b/src/id-clash.cpp @@ -20,11 +20,12 @@ #include "extract-uri.h" #include "id-clash.h" -#include "sp-object.h" + +#include "object/sp-gradient.h" +#include "object/sp-object.h" +#include "object/sp-paint-server.h" +#include "object/sp-root.h" #include "style.h" -#include "sp-paint-server.h" -#include "sp-root.h" -#include "sp-gradient.h" typedef enum { REF_HREF, REF_STYLE, REF_URL, REF_CLIPBOARD } ID_REF_TYPE; -- cgit v1.2.3