diff options
author | Sebastian Wilhelmi <wilhelmi@ira.uka.de> | 2000-07-19 16:11:40 +0000 |
---|---|---|
committer | Sebastian Wilhelmi <wilhelmi@src.gnome.org> | 2000-07-19 16:11:40 +0000 |
commit | 1e166c06933aea26638aa407b33c21939c69df96 (patch) | |
tree | 72a0a1f612d9bf87725927415bb6bb78be621321 /gtk/gtktextiter.h | |
parent | 8ac34068ba42d927c74e0a8f6d628014c4d426d0 (diff) | |
download | gtk+-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/gtktextiter.h')
-rw-r--r-- | gtk/gtktextiter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktextiter.h b/gtk/gtktextiter.h index 1b93220263..2e86e47b0d 100644 --- a/gtk/gtktextiter.h +++ b/gtk/gtktextiter.h @@ -1,6 +1,8 @@ #ifndef GTK_TEXT_ITER_H #define GTK_TEXT_ITER_H +#include <gtk/gtktexttag.h> + #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ @@ -11,8 +13,6 @@ extern "C" { * are changed. */ -#include <gtk/gtktexttag.h> - typedef struct _GtkTextBuffer GtkTextBuffer; struct _GtkTextIter { |