summaryrefslogtreecommitdiff
path: root/gtk/gtkhbbox.h
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1998-08-10 10:52:08 +0000
committerTim Janik <timj@src.gnome.org>1998-08-10 10:52:08 +0000
commitd86059ea5a5f7bca591d6763c6f68ac092e27d80 (patch)
treea375ff8a2150baf2c3fa46c00ffcb490c7b57ead /gtk/gtkhbbox.h
parentc355f84a1966fcb9fda2531bb2869bee0c02cd76 (diff)
downloadgtk+-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.h2
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