diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-12 13:43:17 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-12 13:43:17 +0000 |
| commit | cd1cf32a2792f8eaf99a90e326a7430b9b842552 (patch) | |
| tree | 7dc818161f74be4598a640e4491b71d166f19d9f /src/main.cpp | |
| parent | Refresh marshallers for mingw (diff) | |
| download | inkscape-cd1cf32a2792f8eaf99a90e326a7430b9b842552.tar.gz inkscape-cd1cf32a2792f8eaf99a90e326a7430b9b842552.zip | |
Header cleaning
(bzr r10963)
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 2d8e35871..29aeb58b3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -31,8 +31,6 @@ // This has to be included prior to anything that includes setjmp.h, it croaks otherwise #include <png.h> -#include <gtk/gtk.h> - #ifdef HAVE_IEEEFP_H #include <ieeefp.h> #endif @@ -114,6 +112,7 @@ #include "ui/widget/panel.h" #include <errno.h> +#include "verbs.h" enum { SP_ARG_NONE, |
