summaryrefslogtreecommitdiffstats
path: root/src/id-clash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/id-clash.cpp')
-rw-r--r--src/id-clash.cpp9
1 files changed, 5 insertions, 4 deletions
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;