summaryrefslogtreecommitdiff
path: root/gtk/gtkhsv.h
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>2000-07-19 16:11:40 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2000-07-19 16:11:40 +0000
commit1e166c06933aea26638aa407b33c21939c69df96 (patch)
tree72a0a1f612d9bf87725927415bb6bb78be621321 /gtk/gtkhsv.h
parent8ac34068ba42d927c74e0a8f6d628014c4d426d0 (diff)
downloadgtk+-1e166c06933aea26638aa407b33c21939c69df96.tar.gz
Include files outside of the extern "C" block. Makes some C++ compiler
2000-07-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h, gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h, gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h, gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h, gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h, gtk/gtktypeutils.h: Include files outside of the extern "C" block. Makes some C++ compiler happy. Reported by Denis Vakatov <vakatov@peony.nlm.nih.gov>. I really hope not to have caused a merging nightmare for all the branches out there. Otherwise I'll be available for crucifixion.
Diffstat (limited to 'gtk/gtkhsv.h')
-rw-r--r--gtk/gtkhsv.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/gtkhsv.h b/gtk/gtkhsv.h
index 396821bed3..2ca8c24ac0 100644
--- a/gtk/gtkhsv.h
+++ b/gtk/gtkhsv.h
@@ -31,14 +31,12 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
+#include <gtk/gtkwidget.h>
#ifdef __cplusplus
extern "C" {
#endif
-#include <gtk/gtkwidget.h>
-
-
#define GTK_TYPE_HSV (gtk_hsv_get_type ())
#define GTK_HSV(obj) (GTK_CHECK_CAST ((obj), GTK_TYPE_HSV, GtkHSV))
#define GTK_HSV_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), GTK_TYPE_HSV, GtkHSV))