summaryrefslogtreecommitdiffstats
path: root/src/widgets/button.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/widgets/button.cpp
parentCode cleanup. (diff)
downloadinkscape-a5e84125b62bf41871b57d93e457db81ee139485.tar.gz
inkscape-a5e84125b62bf41871b57d93e457db81ee139485.zip
Fix build (not pretty).
(bzr r13341.1.146)
Diffstat (limited to 'src/widgets/button.cpp')
-rw-r--r--src/widgets/button.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/button.cpp b/src/widgets/button.cpp
index 04426e734..63bb390fb 100644
--- a/src/widgets/button.cpp
+++ b/src/widgets/button.cpp
@@ -11,10 +11,10 @@
* This code is in public domain
*/
-#include "button.h"
+#include "icon.h"
+#include "button.h"
#include "helper/action-context.h"
-#include "icon.h"
#include "interface.h"
#include "shortcuts.h"