diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-10-27 10:59:42 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-10-27 10:59:42 +0000 |
| commit | 2c4d1e32801b553e426bdc73f3951cf0ca0dff45 (patch) | |
| tree | be37c183a4ce2cddfe76f496118a2cd3956ba0df /src/display/canvas-axonomgrid.cpp | |
| parent | bit of a clean-up (diff) | |
| download | inkscape-2c4d1e32801b553e426bdc73f3951cf0ca0dff45.tar.gz inkscape-2c4d1e32801b553e426bdc73f3951cf0ca0dff45.zip | |
Fix build error due to bad internal handling of deprecated GTK+ symbols in gtkmm header
(bzr r11833)
Diffstat (limited to 'src/display/canvas-axonomgrid.cpp')
| -rw-r--r-- | src/display/canvas-axonomgrid.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
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 <gtkmm/box.h> +#include <gtkmm/label.h> +#include <gtkmm/table.h> #include <glibmm/i18n.h> +#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 <gtkmm/box.h> -#include <gtkmm/label.h> -#include <gtkmm/table.h> enum Dim3 { X=0, Y, Z }; |
