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/live_effects/parameter/text.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/live_effects/parameter/text.cpp')
| -rw-r--r-- | src/live_effects/parameter/text.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/live_effects/parameter/text.cpp b/src/live_effects/parameter/text.cpp index be36627a1..4e70a1ad0 100644 --- a/src/live_effects/parameter/text.cpp +++ b/src/live_effects/parameter/text.cpp @@ -14,7 +14,6 @@ #include "live_effects/effect.h" #include "svg/svg.h" #include "svg/stringstream.h" -#include <gtkmm.h> #include "widgets/icon.h" #include "ui/widget/registered-widget.h" #include "inkscape.h" |
