summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/anchor-selector.cpp
diff options
context:
space:
mode:
authorDenis Declara <declara91@gmail.com>2012-04-16 13:27:44 +0000
committerDenis Declara <declara91@gmail.com>2012-04-16 13:27:44 +0000
commit88a55277617ed0a8ded158fb212669e45f19ff1c (patch)
tree3a7d93da5190dc18675e33ad0bcd7b16fd5f187d /src/ui/widget/anchor-selector.cpp
parentAdded some POC code to move objects around (diff)
downloadinkscape-88a55277617ed0a8ded158fb212669e45f19ff1c.tar.gz
inkscape-88a55277617ed0a8ded158fb212669e45f19ff1c.zip
Edited include order (putting gtkmm in first place) in the hope that it will fix the compilation issues on launchpad.
(bzr r11073.1.17)
Diffstat (limited to 'src/ui/widget/anchor-selector.cpp')
-rw-r--r--src/ui/widget/anchor-selector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/anchor-selector.cpp b/src/ui/widget/anchor-selector.cpp
index 49387fc34..87f50cf5f 100644
--- a/src/ui/widget/anchor-selector.cpp
+++ b/src/ui/widget/anchor-selector.cpp
@@ -7,10 +7,10 @@
* Released under GNU GPL. Read the file 'COPYING' for more information.
*/
+#include "ui/widget/anchor-selector.h"
#include <iostream>
#include "widgets/icon.h"
#include "ui/icon-names.h"
-#include "ui/widget/anchor-selector.h"
void AnchorSelector::setupButton(const Glib::ustring& icon, Gtk::ToggleButton& button) {
Gtk::Widget* buttonIcon = Gtk::manage(sp_icon_get_icon(icon, Inkscape::ICON_SIZE_SMALL_TOOLBAR));