diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2009-02-25 12:43:49 +0000 |
|---|---|---|
| committer | tweenk <tweenk@users.sourceforge.net> | 2009-02-25 12:43:49 +0000 |
| commit | ea234238f90d55378153515b18f06ca07ef34155 (patch) | |
| tree | ecc66054b53db962146e54b486d28274177a8057 /src/widgets/icon.cpp | |
| parent | Fix for imprecise ellipse drawing by Alvin Penner. (diff) | |
| download | inkscape-ea234238f90d55378153515b18f06ca07ef34155.tar.gz inkscape-ea234238f90d55378153515b18f06ca07ef34155.zip | |
Fix GTK includes in widgets/icon.cpp
(bzr r7367)
Diffstat (limited to 'src/widgets/icon.cpp')
| -rw-r--r-- | src/widgets/icon.cpp | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/widgets/icon.cpp b/src/widgets/icon.cpp index 46ccfc15d..0bed152f8 100644 --- a/src/widgets/icon.cpp +++ b/src/widgets/icon.cpp @@ -17,14 +17,8 @@ #include <cstring> #include <glib/gmem.h> -#include <gtk/gtkiconfactory.h> -#include <gtk/gtkstock.h> -#include <gtk/gtkimage.h> -#include <gtkmm/iconfactory.h> -#include <gtkmm/iconset.h> -#include <gtkmm/iconsource.h> -#include <gtkmm/icontheme.h> -#include <gtkmm/image.h> +#include <gtk/gtk.h> +#include <gtkmm.h> #include "path-prefix.h" #include "preferences.h" |
