diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-12 01:00:13 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-12 01:00:13 +0000 |
| commit | 0200e3742b3d32093a10ad089c12de8fcfeb52b9 (patch) | |
| tree | c40dac3c3311dd4caee5cae777d94506e342fe59 /src/extension/extension.h | |
| parent | Replace old ComboText with Gtk::ComboBoxText (diff) | |
| download | inkscape-0200e3742b3d32093a10ad089c12de8fcfeb52b9.tar.gz inkscape-0200e3742b3d32093a10ad089c12de8fcfeb52b9.zip | |
Cleaning up a few headers
(bzr r10961)
Diffstat (limited to 'src/extension/extension.h')
| -rw-r--r-- | src/extension/extension.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/extension/extension.h b/src/extension/extension.h index 13cb409a8..16c814d26 100644 --- a/src/extension/extension.h +++ b/src/extension/extension.h @@ -18,11 +18,14 @@ #include <fstream> #include <vector> #include <gtkmm/widget.h> -#include <gtkmm/box.h> #include <gtkmm/table.h> #include <glibmm/ustring.h> #include "xml/repr.h" +namespace Gtk { + class VBox; +} + /** The key that is used to identify that the I/O should be autodetected */ #define SP_MODULE_KEY_AUTODETECT "autodetect" /** This is the key for the SVG input module */ |
