diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-06-26 16:01:21 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-06-26 16:01:21 +0000 |
commit | 2fd6b001fb431c274ad6808912ec5fbe831afbef (patch) | |
tree | 5d464babd4440b23f10de7aac95ee9e4d8077019 /glib/gscanner.h | |
parent | 2c9c0fabc8376a336cde4defa67b9b751954ea87 (diff) | |
download | glib-2fd6b001fb431c274ad6808912ec5fbe831afbef.tar.gz |
Move glib library into a subdirectory, make all GLib include files include
Tue Jun 26 11:43:46 2001 Owen Taylor <otaylor@redhat.com>
* configure.in Makefile.am *.[ch] glib/*.[ch] glib/Makefile.am:
Move glib library into a subdirectory, make all GLib include
files include as <glib/glist.h>
* tests/testglib.c tests/testgdate.c tests/testgdateparser.c
tests/timeloop.c tests/timeloop-basic.c: Move all tests into
the tests/ subdirectory.
Diffstat (limited to 'glib/gscanner.h')
-rw-r--r-- | glib/gscanner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gscanner.h b/glib/gscanner.h index d71bbdea5..cbcc48c27 100644 --- a/glib/gscanner.h +++ b/glib/gscanner.h @@ -27,7 +27,7 @@ #ifndef __G_SCANNER_H__ #define __G_SCANNER_H__ -#include <ghash.h> +#include <glib/ghash.h> G_BEGIN_DECLS |