summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a3364b7)
raw | patch | inline | side by side (parent: a3364b7)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Mon, 21 Jul 2008 18:38:16 +0000 (18:38 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Mon, 21 Jul 2008 18:38:16 +0000 (18:38 +0000) |
src/ui/widget/imagetoggler.cpp | patch | blob | history | |
src/ui/widget/imagetoggler.h | patch | blob | history |
index e5a1f1dc36a0573816a981ef618467b6860513de..e3670bd496ee5f3b622320640b8659c56ca99597 100644 (file)
#include "ui/widget/imagetoggler.h"
-
-#include <gtk/gtkstock.h>
-#include <gtk/gtkmain.h>
#include <gtkmm/icontheme.h>
#include "widgets/icon.h"
-#include <gtkmm/widget.h>
namespace Inkscape {
namespace UI {
index 8b55a9108013729e55a61262c3f76b66b244ba28..229d153a8b709c05f31ed5947321f6c86d421f1a 100644 (file)
* Released under GNU GPL, read the file 'COPYING' for more information
*/
- //TODO: we don't need all these include files here!
-#include <gtk/gtkstock.h>
-#include <gtk/gtkmain.h>
-
-#include <gtkmm/icontheme.h>
-
-#include "inkscape.h"
-
-#include "dialogs/layers-panel.h"
-
-#include "widgets/icon.h"
+#include <gtkmm/cellrendererpixbuf.h>
#include <gtkmm/widget.h>
namespace Inkscape {