diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-27 23:49:20 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-27 23:49:20 +0000 |
| commit | 6c5b23c3d3eff317c770c52cf47ca9955be7caba (patch) | |
| tree | 91f6b3f9d70089226ef546a9c9a9580c7e59d4d2 /src/interface.cpp | |
| parent | gseal fix (diff) | |
| parent | fixed crash! (diff) | |
| download | inkscape-6c5b23c3d3eff317c770c52cf47ca9955be7caba.tar.gz inkscape-6c5b23c3d3eff317c770c52cf47ca9955be7caba.zip | |
Merge Andrew's new OCAL dialog and clean headers. Please test
(bzr r11027)
Diffstat (limited to 'src/interface.cpp')
| -rw-r--r-- | src/interface.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interface.cpp b/src/interface.cpp index d0074c676..493ffa32f 100644 --- a/src/interface.cpp +++ b/src/interface.cpp @@ -21,7 +21,7 @@ # include "config.h" #endif -#include <gtk/gtk.h> +#include "file.h" #include <glib.h> #include <gtkmm/icontheme.h> @@ -35,7 +35,6 @@ #include "shortcuts.h" #include "document.h" #include "desktop-handles.h" -#include "file.h" #include "interface.h" #include "desktop.h" #include "ui/context-menu.h" @@ -69,6 +68,7 @@ #include "document-undo.h" #include <gdk/gdkkeysyms.h> +#include <gtk/gtk.h> using Inkscape::DocumentUndo; |
