diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-06 00:43:47 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-06 00:43:47 +0000 |
| commit | 66b88664b18144a80c8750982d28a1628dffd8ac (patch) | |
| tree | adb1ea90ff95be4f44421b8351b189e8795c5017 /src/ui/dialog/document-properties.cpp | |
| parent | (cppcheck and janitorial tasks:) C-style casting to C++-style casting (diff) | |
| download | inkscape-66b88664b18144a80c8750982d28a1628dffd8ac.tar.gz inkscape-66b88664b18144a80c8750982d28a1628dffd8ac.zip | |
Get rid of gtkmm top-level header usage - not required by API
(bzr r10940)
Diffstat (limited to 'src/ui/dialog/document-properties.cpp')
| -rw-r--r-- | src/ui/dialog/document-properties.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/dialog/document-properties.cpp b/src/ui/dialog/document-properties.cpp index 4f7388a97..21229de81 100644 --- a/src/ui/dialog/document-properties.cpp +++ b/src/ui/dialog/document-properties.cpp @@ -27,7 +27,6 @@ #include "document.h" #include "desktop-handles.h" #include "desktop.h" -#include <gtkmm.h> #include "helper/units.h" #include "inkscape.h" #include "io/sys.h" @@ -47,6 +46,8 @@ #include "color-profile.h" #endif // ENABLE_LCMS +#include <gtkmm/stock.h> + using std::pair; namespace Inkscape { |
