summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2013-03-25 17:42:31 +0000
committerAlex Valavanis <valavanisalex@googlemail.com>2013-03-25 17:42:31 +0000
commit0cdd007ebf8dcfbd39c1d36ab53f43617eb692df (patch)
tree0ac5146d9316011fa285ff0733c30acddfcab965 /src/selection-chemistry.cpp
parentTranslations. Fix for Bug #837962 (Untranslatable and not localized strings). (diff)
downloadinkscape-0cdd007ebf8dcfbd39c1d36ab53f43617eb692df.tar.gz
inkscape-0cdd007ebf8dcfbd39c1d36ab53f43617eb692df.zip
Workaround usage of deprecated glib symbols in 3rd party libraries
Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
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"