diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-26 16:54:08 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-26 16:54:08 +0000 |
| commit | 43175d10160728a84a24f4b9b8de667c76d6cc8b (patch) | |
| tree | 2badbf7523341d7aa8fa4eef9cc855e03a485173 /src/widgets/desktop-widget.cpp | |
| parent | header cleaning (diff) | |
| download | inkscape-43175d10160728a84a24f4b9b8de667c76d6cc8b.tar.gz inkscape-43175d10160728a84a24f4b9b8de667c76d6cc8b.zip | |
Clean up all remaining false warnings from Gtkmm
(bzr r11018)
Diffstat (limited to 'src/widgets/desktop-widget.cpp')
| -rw-r--r-- | src/widgets/desktop-widget.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/widgets/desktop-widget.cpp b/src/widgets/desktop-widget.cpp index 49979493c..cd7031dea 100644 --- a/src/widgets/desktop-widget.cpp +++ b/src/widgets/desktop-widget.cpp @@ -24,12 +24,13 @@ # include "config.h" #endif -#include <gtk/gtk.h> #include <2geom/rect.h> +#include "ui/dialog/dialog-manager.h" #include "box3d-context.h" #include "cms-system.h" #include "conn-avoid-ref.h" +#include "desktop.h" #include "desktop-events.h" #include "desktop-handles.h" #include "desktop-widget.h" @@ -49,7 +50,6 @@ #include "sp-image.h" #include "sp-item.h" #include "sp-namedview.h" -#include "ui/dialog/dialog-manager.h" #include "ui/dialog/swatches.h" #include "ui/icon-names.h" #include "ui/widget/dock.h" @@ -68,6 +68,9 @@ #include "widget-sizes.h" #include "verbs.h" +#include <gtkmm/paned.h> + +#include <gtk/gtk.h> #if defined (SOLARIS) && (SOLARIS == 8) #include "round.h" |
