diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-04-03 11:04:22 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-04-03 11:04:22 +0000 |
| commit | 02edd2123f6ea2d8df1a469ebf426db6ce4d28c0 (patch) | |
| tree | 2750a32b98912e59d3aa447e08507c9aa76eba30 /src/document.cpp | |
| parent | Fix for 170378 : Select same objects by fill or stroke (diff) | |
| download | inkscape-02edd2123f6ea2d8df1a469ebf426db6ce4d28c0.tar.gz inkscape-02edd2123f6ea2d8df1a469ebf426db6ce4d28c0.zip | |
eek-preview: Cairo drawing
(bzr r11142)
Diffstat (limited to 'src/document.cpp')
| -rw-r--r-- | src/document.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/document.cpp b/src/document.cpp index b5383c91d..18d714bad 100644 --- a/src/document.cpp +++ b/src/document.cpp @@ -37,11 +37,11 @@ #ifdef HAVE_CONFIG_H # include "config.h" #endif -#include <gtk/gtk.h> #include <string> #include <cstring> #include <2geom/transforms.h> +#include "widgets/desktop-widget.h" #include "desktop.h" #include "dir-util.h" #include "display/drawing-item.h" @@ -60,7 +60,6 @@ #include "sp-object-repr.h" #include "transf_mat_3x4.h" #include "unit-constants.h" -#include "widgets/desktop-widget.h" #include "xml/repr.h" #include "xml/rebase-hrefs.h" #include "libcroco/cr-cascade.h" |
