diff options
author | Michael Natterer <mitch@imendio.com> | 2008-10-30 15:58:06 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-10-30 15:58:06 +0000 |
commit | e7b18d2a61adfba6f92d95007ebb5655b5ecc609 (patch) | |
tree | 71b398bbc9d700abf7bf7c7f36432ca465eb7ba8 /gtk/gtkthemes.h | |
parent | 2c32cdd8939aae1db1af1dc54876c83fe9e05b17 (diff) | |
download | gtk+-e7b18d2a61adfba6f92d95007ebb5655b5ecc609.tar.gz |
no need to include <gdk/gdk.h> in any widget header, it's included via
2008-10-30 Michael Natterer <mitch@imendio.com>
* gtk/*.h: no need to include <gdk/gdk.h> in any widget header,
it's included via gtkwidget.h anyway.
svn path=/trunk/; revision=21732
Diffstat (limited to 'gtk/gtkthemes.h')
-rw-r--r-- | gtk/gtkthemes.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk/gtkthemes.h b/gtk/gtkthemes.h index 0991f7d07c..49d3e511dc 100644 --- a/gtk/gtkthemes.h +++ b/gtk/gtkthemes.h @@ -2,7 +2,7 @@ * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * Themes added by The Rasterman <raster@redhat.com> - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either @@ -22,16 +22,17 @@ * Modified by the GTK+ Team and others 1997-2000. See the AUTHORS * file for a list of people on the GTK+ Team. See the ChangeLog * files for a list of changes. These files are distributed with - * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ #ifndef __GTK_THEMES_H__ #define __GTK_THEMES_H__ -#include <gdk/gdk.h> + #include <gtk/gtkstyle.h> #include <gtk/gtkwidget.h> + G_BEGIN_DECLS #define GTK_TYPE_THEME_ENGINE (gtk_theme_engine_get_type ()) |