summaryrefslogtreecommitdiffstats
path: root/src/sp-mesh-gradient.cpp
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2014-08-18 21:18:05 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-08-18 21:18:05 +0000
commita5e84125b62bf41871b57d93e457db81ee139485 (patch)
tree420c753d71c92ee51ff1e2499e1ba93f802f48ff /src/sp-mesh-gradient.cpp
parentCode cleanup. (diff)
downloadinkscape-a5e84125b62bf41871b57d93e457db81ee139485.tar.gz
inkscape-a5e84125b62bf41871b57d93e457db81ee139485.zip
Fix build (not pretty).
(bzr r13341.1.146)
Diffstat (limited to 'src/sp-mesh-gradient.cpp')
-rw-r--r--src/sp-mesh-gradient.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sp-mesh-gradient.cpp b/src/sp-mesh-gradient.cpp
index eb5ed1bd0..1b04a6f8e 100644
--- a/src/sp-mesh-gradient.cpp
+++ b/src/sp-mesh-gradient.cpp
@@ -1,8 +1,8 @@
-#include "sp-mesh-gradient.h"
-
#include "attributes.h"
-#include "xml/repr.h"
#include "display/cairo-utils.h"
+#include "xml/repr.h"
+
+#include "sp-mesh-gradient.h"
#include "sp-factory.h"