fixed an #include statement (reported by Eric Kidd).

Mon Aug 10 12:49:54 1998  Tim Janik  <timj@gtk.org>

        * gtk/gtkhbbox.h: fixed an #include statement (reported by Eric Kidd).
This commit is contained in:
Tim Janik 1998-08-10 10:52:08 +00:00 committed by Tim Janik
parent c355f84a19
commit d86059ea5a
8 changed files with 29 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Mon Aug 10 12:49:54 1998 Tim Janik <timj@gtk.org>
* gtk/gtkhbbox.h: fixed an #include statement (reported by Eric Kidd).
Thu Aug 6 22:37:21 1998 Stefan Jeske <stefan@gtk.org>
* gtk/gtkclist.c: Renamed my_merge and my_mergesort to

View File

@ -1,3 +1,7 @@
Mon Aug 10 12:49:54 1998 Tim Janik <timj@gtk.org>
* gtk/gtkhbbox.h: fixed an #include statement (reported by Eric Kidd).
Thu Aug 6 22:37:21 1998 Stefan Jeske <stefan@gtk.org>
* gtk/gtkclist.c: Renamed my_merge and my_mergesort to

View File

@ -1,3 +1,7 @@
Mon Aug 10 12:49:54 1998 Tim Janik <timj@gtk.org>
* gtk/gtkhbbox.h: fixed an #include statement (reported by Eric Kidd).
Thu Aug 6 22:37:21 1998 Stefan Jeske <stefan@gtk.org>
* gtk/gtkclist.c: Renamed my_merge and my_mergesort to

View File

@ -1,3 +1,7 @@
Mon Aug 10 12:49:54 1998 Tim Janik <timj@gtk.org>
* gtk/gtkhbbox.h: fixed an #include statement (reported by Eric Kidd).
Thu Aug 6 22:37:21 1998 Stefan Jeske <stefan@gtk.org>
* gtk/gtkclist.c: Renamed my_merge and my_mergesort to

View File

@ -1,3 +1,7 @@
Mon Aug 10 12:49:54 1998 Tim Janik <timj@gtk.org>
* gtk/gtkhbbox.h: fixed an #include statement (reported by Eric Kidd).
Thu Aug 6 22:37:21 1998 Stefan Jeske <stefan@gtk.org>
* gtk/gtkclist.c: Renamed my_merge and my_mergesort to

View File

@ -1,3 +1,7 @@
Mon Aug 10 12:49:54 1998 Tim Janik <timj@gtk.org>
* gtk/gtkhbbox.h: fixed an #include statement (reported by Eric Kidd).
Thu Aug 6 22:37:21 1998 Stefan Jeske <stefan@gtk.org>
* gtk/gtkclist.c: Renamed my_merge and my_mergesort to

View File

@ -1,3 +1,7 @@
Mon Aug 10 12:49:54 1998 Tim Janik <timj@gtk.org>
* gtk/gtkhbbox.h: fixed an #include statement (reported by Eric Kidd).
Thu Aug 6 22:37:21 1998 Stefan Jeske <stefan@gtk.org>
* gtk/gtkclist.c: Renamed my_merge and my_mergesort to

View File

@ -20,7 +20,7 @@
#define __GTK_HBUTTON_BOX_H__
#include "gtk/gtkbbox.h"
#include <gtk/gtkbbox.h>
#ifdef __cplusplus