From 2c4d1e32801b553e426bdc73f3951cf0ca0dff45 Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Sat, 27 Oct 2012 11:59:42 +0100 Subject: Fix build error due to bad internal handling of deprecated GTK+ symbols in gtkmm header (bzr r11833) --- src/display/canvas-axonomgrid.cpp | 9 +++++---- src/display/canvas-grid.cpp | 7 +++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/display/canvas-axonomgrid.cpp b/src/display/canvas-axonomgrid.cpp index f2a9e38cb..bfc6f27c4 100644 --- a/src/display/canvas-axonomgrid.cpp +++ b/src/display/canvas-axonomgrid.cpp @@ -13,10 +13,14 @@ * to the right). The x-axis will always have an angle between 0 and 90 degrees. */ -#include "display/canvas-axonomgrid.h" +#include +#include +#include #include +#include "display/canvas-axonomgrid.h" + #include "ui/widget/registered-widget.h" #include "desktop.h" #include "desktop-handles.h" @@ -36,9 +40,6 @@ #include "round.h" #include "helper/units.h" -#include -#include -#include enum Dim3 { X=0, Y, Z }; diff --git a/src/display/canvas-grid.cpp b/src/display/canvas-grid.cpp index 498958f08..cb33169cd 100644 --- a/src/display/canvas-grid.cpp +++ b/src/display/canvas-grid.cpp @@ -14,6 +14,9 @@ */ #include +#include +#include +#include #include "ui/widget/registered-widget.h" #include "desktop.h" @@ -37,10 +40,6 @@ #include "verbs.h" #include "display/sp-canvas.h" -#include -#include -#include - using Inkscape::DocumentUndo; namespace Inkscape { -- cgit v1.2.3