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/gmain.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/gmain.h')
-rw-r--r-- | glib/gmain.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/gmain.h b/glib/gmain.h index 70a64de1a..a8ce3e2a8 100644 --- a/glib/gmain.h +++ b/glib/gmain.h @@ -20,8 +20,8 @@ #ifndef __G_MAIN_H__ #define __G_MAIN_H__ -#include <gslist.h> -#include <gthread.h> +#include <glib/gslist.h> +#include <glib/gthread.h> G_BEGIN_DECLS |