summaryrefslogtreecommitdiffstats
path: root/src/style-internal.cpp
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2018-01-30 08:33:01 +0000
committerTavmjong Bah <tavmjong@free.fr>2018-01-30 08:33:01 +0000
commit267299811df952d08324a39008f52c19641de9e0 (patch)
tree28fef736a52cb7a72119d119be8eb663ad20a77f /src/style-internal.cpp
parentTranslations: update inkscape.pot (diff)
downloadinkscape-267299811df952d08324a39008f52c19641de9e0.tar.gz
inkscape-267299811df952d08324a39008f52c19641de9e0.zip
Move classes derived from SPObject to own directory.
A lot of header clean-up.
Diffstat (limited to 'src/style-internal.cpp')
-rw-r--r--src/style-internal.cpp15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/style-internal.cpp b/src/style-internal.cpp
index 5d9be05aa..ed1c79738 100644
--- a/src/style-internal.cpp
+++ b/src/style-internal.cpp
@@ -26,22 +26,21 @@
#include <config.h>
#endif
-#include "style-internal.h"
-
#include <glibmm/regex.h>
-#include "bad-uri-exception.h"
+#include "style-internal.h"
#include "style.h"
-#include "svg/svg.h"
-#include "svg/svg-color.h"
-
+#include "bad-uri-exception.h"
+#include "extract-uri.h"
+#include "preferences.h"
#include "streq.h"
#include "strneq.h"
-#include "extract-uri.h"
-#include "preferences.h"
+#include "svg/svg.h"
+#include "svg/svg-color.h"
#include "svg/css-ostringstream.h"
+
#include "util/units.h"
// TODO REMOVE OR MAKE MEMBER FUNCTIONS