summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/object-attributes.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/ui/dialog/object-attributes.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/ui/dialog/object-attributes.cpp')
-rw-r--r--src/ui/dialog/object-attributes.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ui/dialog/object-attributes.cpp b/src/ui/dialog/object-attributes.cpp
index 3d780fa83..f5addc401 100644
--- a/src/ui/dialog/object-attributes.cpp
+++ b/src/ui/dialog/object-attributes.cpp
@@ -20,19 +20,18 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-#include <glibmm/i18n.h>
-
+#include "ui/dialog/dialog-manager.h"
#include "desktop-handles.h"
#include "macros.h"
#include "sp-anchor.h"
#include "sp-image.h"
#include "verbs.h"
#include "xml/repr.h"
-#include "ui/dialog/dialog-manager.h"
#include "ui/dialog/object-attributes.h"
#include "widgets/sp-attribute-widget.h"
#include "inkscape.h"
#include "selection.h"
+#include <glibmm/i18n.h>
namespace Inkscape {
namespace UI {