summaryrefslogtreecommitdiffstats
path: root/src/style.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.cpp')
-rw-r--r--src/style.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/style.cpp b/src/style.cpp
index 86377db08..b65cb26cb 100644
--- a/src/style.cpp
+++ b/src/style.cpp
@@ -23,10 +23,15 @@
#include <config.h>
#endif
+#include "style.h"
+
#include <cstring>
#include <string>
#include <algorithm>
+#include <glibmm/regex.h>
+
+#include "bad-uri-exception.h"
#include "libcroco/cr-sel-eng.h"
#include "xml/croco-node-iface.h"
@@ -38,14 +43,11 @@
#include "uri-references.h"
#include "uri.h"
#include "sp-paint-server.h"
-#include "style.h"
#include "svg/css-ostringstream.h"
#include "xml/simple-document.h"
#include "util/units.h"
#include "preferences.h"
-#include <glibmm/regex.h>
-
using Inkscape::CSSOStringStream;
using std::vector;