summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-03-26 00:32:53 +0000
committerJabiertxo Arraiza Zenotz <jtx@jtx.marker.es>2013-03-26 00:32:53 +0000
commit3b3b093c2e1d5c102aecd6033d47544db21789b3 (patch)
treec790691ee37067f4eaee1c50fa80614fabca23a3 /src/selection-chemistry.cpp
parentADD POTFILES skip (diff)
parentDrop unnecessary (and broken with Gtk+ 3) check for Gtk+ backend (diff)
downloadinkscape-3b3b093c2e1d5c102aecd6033d47544db21789b3.tar.gz
inkscape-3b3b093c2e1d5c102aecd6033d47544db21789b3.zip
Update to trunk
(bzr r11950.1.75)
Diffstat (limited to 'src/selection-chemistry.cpp')
-rw-r--r--src/selection-chemistry.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp
index 946858ec4..41ebc9bfc 100644
--- a/src/selection-chemistry.cpp
+++ b/src/selection-chemistry.cpp
@@ -23,15 +23,14 @@
# include "config.h"
#endif
+#include <gtkmm/clipboard.h>
+
#include "file.h"
#include "selection-chemistry.h"
// TOOD fixme: This should be moved into preference repr
SPCycleType SP_CYCLING = SP_CYCLE_FOCUS;
-
-#include <gtkmm/clipboard.h>
-
#include "svg/svg.h"
#include "desktop.h"
#include "desktop-style.h"