summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-11-05 16:51:16 +0000
committerjabiertxof <info@marker.es>2016-11-05 16:51:16 +0000
commite892b1fca285405d28a0e962f5dbcafdd81cc491 (patch)
treef0a721afa702d3a2aee3c6de3d11c6fbec4e03b7
parentFix last commit not working, LPE are cloned on copies (diff)
downloadinkscape-e892b1fca285405d28a0e962f5dbcafdd81cc491.tar.gz
inkscape-e892b1fca285405d28a0e962f5dbcafdd81cc491.zip
Move a header place
(bzr r15215)
-rw-r--r--src/sp-object.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sp-object.h b/src/sp-object.h
index 7f3c77ee3..9abbd324b 100644
--- a/src/sp-object.h
+++ b/src/sp-object.h
@@ -1,7 +1,6 @@
#ifndef SP_OBJECT_H_SEEN
#define SP_OBJECT_H_SEEN
-#include <glibmm/ustring.h>
/*
* Authors:
@@ -16,6 +15,8 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
+#include <glibmm/ustring.h>
+
/* SPObject flags */
class SPObject;