diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-11-05 16:51:16 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-11-05 16:51:16 +0000 |
| commit | e892b1fca285405d28a0e962f5dbcafdd81cc491 (patch) | |
| tree | f0a721afa702d3a2aee3c6de3d11c6fbec4e03b7 | |
| parent | Fix last commit not working, LPE are cloned on copies (diff) | |
| download | inkscape-e892b1fca285405d28a0e962f5dbcafdd81cc491.tar.gz inkscape-e892b1fca285405d28a0e962f5dbcafdd81cc491.zip | |
Move a header place
(bzr r15215)
| -rw-r--r-- | src/sp-object.h | 3 |
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; |
