diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-09-08 18:23:04 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-09-08 18:23:04 +0000 |
commit | be8434635804f57e323f1c09eb1ba532ebd75a0f (patch) | |
tree | 23228345c125a45b19965d4f2a4052e6d4eb6f48 /glib/glib-object.h | |
parent | 65c9b6e40a6473ff907de7c579292ed93e483e81 (diff) | |
download | glib-be8434635804f57e323f1c09eb1ba532ebd75a0f.tar.gz |
Move gbsearcharray.[ch] to glib as a private ininstalled header.
Sat Sep 8 14:13:57 2001 Owen Taylor <otaylor@redhat.com>
* gobject/Makefile.am: Move gbsearcharray.[ch] to glib
as a private ininstalled header.
Diffstat (limited to 'glib/glib-object.h')
-rw-r--r-- | glib/glib-object.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/glib/glib-object.h b/glib/glib-object.h index dfde3d084..aefdd2f80 100644 --- a/glib/glib-object.h +++ b/glib/glib-object.h @@ -21,7 +21,6 @@ /* topmost include file for GObject header files */ #include <gobject/gboxed.h> -#include <gobject/gbsearcharray.h> #include <gobject/genums.h> #include <gobject/gobject.h> #include <gobject/gparam.h> |