summaryrefslogtreecommitdiffstats
path: root/src/object/sp-item.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-06-18 21:23:10 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-08-05 00:38:53 +0000
commita7782e993d3ea3a0d2eced29b13dfe34bf26794b (patch)
treead67b97d04e7047a898b0f1a726dc44515e147d2 /src/object/sp-item.cpp
parentcoding style fixes (diff)
downloadinkscape-a7782e993d3ea3a0d2eced29b13dfe34bf26794b.tar.gz
inkscape-a7782e993d3ea3a0d2eced29b13dfe34bf26794b.zip
Update to trunk and styling fixes
Diffstat (limited to 'src/object/sp-item.cpp')
-rw-r--r--src/object/sp-item.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/object/sp-item.cpp b/src/object/sp-item.cpp
index 0853acc51..7d7edcc97 100644
--- a/src/object/sp-item.cpp
+++ b/src/object/sp-item.cpp
@@ -20,13 +20,13 @@
#include <glibmm/i18n.h>
-#include "attributes.h"
#include "bad-uri-exception.h"
+#include "svg/svg.h"
+#include "svg/css-ostringstream.h"
+#include "print.h"
#include "display/drawing-item.h"
+#include "attributes.h"
#include "document.h"
-#include "print.h"
-#include "svg/css-ostringstream.h"
-#include "svg/svg.h"
#include "inkscape.h"
#include "desktop.h"