diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-06-18 21:23:10 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-08-05 00:38:53 +0000 |
| commit | a7782e993d3ea3a0d2eced29b13dfe34bf26794b (patch) | |
| tree | ad67b97d04e7047a898b0f1a726dc44515e147d2 /src/object/sp-item.cpp | |
| parent | coding style fixes (diff) | |
| download | inkscape-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.cpp | 8 |
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" |
