diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-15 11:19:00 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-15 11:19:00 +0000 |
| commit | 9b9816178f8c606724d7f8ee45c70aff9aa9b055 (patch) | |
| tree | 759d0cc9498468201dc74f60b96ba513624e31b2 /src/print.cpp | |
| parent | fix build after r10963 (diff) | |
| download | inkscape-9b9816178f8c606724d7f8ee45c70aff9aa9b055.tar.gz inkscape-9b9816178f8c606724d7f8ee45c70aff9aa9b055.zip | |
Move gtkmm headers that internally re-enable deprecated gtk symbols to top. Hides many GTK deprecation errors that we can't fix in Inkscape
(bzr r10982)
Diffstat (limited to 'src/print.cpp')
| -rw-r--r-- | src/print.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/print.cpp b/src/print.cpp index a93ce0ab6..c120e8d1f 100644 --- a/src/print.cpp +++ b/src/print.cpp @@ -15,6 +15,8 @@ # include "config.h" #endif +#include "ui/dialog/print.h" +#include "print.h" #include "display/drawing.h" #include "display/drawing-item.h" #include "inkscape.h" @@ -22,10 +24,8 @@ #include "sp-item.h" #include "extension/print.h" #include "extension/system.h" -#include "print.h" #include "sp-root.h" -#include "ui/dialog/print.h" unsigned int sp_print_bind(SPPrintContext *ctx, Geom::Affine const &transform, float opacity) |
