diff options
author | Tim Janik <timj@gtk.org> | 1998-08-10 10:52:08 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-08-10 10:52:08 +0000 |
commit | d86059ea5a5f7bca591d6763c6f68ac092e27d80 (patch) | |
tree | a375ff8a2150baf2c3fa46c00ffcb490c7b57ead /gtk/gtkhbbox.h | |
parent | c355f84a1966fcb9fda2531bb2869bee0c02cd76 (diff) | |
download | gtk+-d86059ea5a5f7bca591d6763c6f68ac092e27d80.tar.gz |
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).
Diffstat (limited to 'gtk/gtkhbbox.h')
-rw-r--r-- | gtk/gtkhbbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkhbbox.h b/gtk/gtkhbbox.h index 86802527fd..28e63b41ae 100644 --- a/gtk/gtkhbbox.h +++ b/gtk/gtkhbbox.h @@ -20,7 +20,7 @@ #define __GTK_HBUTTON_BOX_H__ -#include "gtk/gtkbbox.h" +#include <gtk/gtkbbox.h> #ifdef __cplusplus |