From: Owen Taylor Date: Mon, 10 Jul 2000 01:28:03 +0000 (+0000) Subject: Move string.h include into the .c file instead of where it was in the .h X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=04bc211e6c4bba97d698268a62706681b8ab2bf7;p=dana%2Fcg-glib.git Move string.h include into the .c file instead of where it was in the .h Sun Jul 9 21:21:46 2000 Owen Taylor * genums.[ch]: Move string.h include into the .c file instead of where it was in the .h file by mistake. Sun Jul 9 21:20:45 2000 Owen Taylor * gunicode.h: Include stddef.h instead of stdlib.h --- diff --git a/ChangeLog b/ChangeLog index 5b506bed..a75eb2d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Jul 9 21:20:45 2000 Owen Taylor + + * gunicode.h: Include stddef.h instead of stdlib.h + 2000-07-08 Tor Lillqvist * glib.h (GLIB_VAR): Rename the GUTILS_C_VAR macro to GLIB_VAR. diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 5b506bed..a75eb2d4 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,7 @@ +Sun Jul 9 21:20:45 2000 Owen Taylor + + * gunicode.h: Include stddef.h instead of stdlib.h + 2000-07-08 Tor Lillqvist * glib.h (GLIB_VAR): Rename the GUTILS_C_VAR macro to GLIB_VAR. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 5b506bed..a75eb2d4 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +Sun Jul 9 21:20:45 2000 Owen Taylor + + * gunicode.h: Include stddef.h instead of stdlib.h + 2000-07-08 Tor Lillqvist * glib.h (GLIB_VAR): Rename the GUTILS_C_VAR macro to GLIB_VAR. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 5b506bed..a75eb2d4 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +Sun Jul 9 21:20:45 2000 Owen Taylor + + * gunicode.h: Include stddef.h instead of stdlib.h + 2000-07-08 Tor Lillqvist * glib.h (GLIB_VAR): Rename the GUTILS_C_VAR macro to GLIB_VAR. diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 5b506bed..a75eb2d4 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,7 @@ +Sun Jul 9 21:20:45 2000 Owen Taylor + + * gunicode.h: Include stddef.h instead of stdlib.h + 2000-07-08 Tor Lillqvist * glib.h (GLIB_VAR): Rename the GUTILS_C_VAR macro to GLIB_VAR. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 5b506bed..a75eb2d4 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +Sun Jul 9 21:20:45 2000 Owen Taylor + + * gunicode.h: Include stddef.h instead of stdlib.h + 2000-07-08 Tor Lillqvist * glib.h (GLIB_VAR): Rename the GUTILS_C_VAR macro to GLIB_VAR. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 5b506bed..a75eb2d4 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +Sun Jul 9 21:20:45 2000 Owen Taylor + + * gunicode.h: Include stddef.h instead of stdlib.h + 2000-07-08 Tor Lillqvist * glib.h (GLIB_VAR): Rename the GUTILS_C_VAR macro to GLIB_VAR. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 5b506bed..a75eb2d4 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +Sun Jul 9 21:20:45 2000 Owen Taylor + + * gunicode.h: Include stddef.h instead of stdlib.h + 2000-07-08 Tor Lillqvist * glib.h (GLIB_VAR): Rename the GUTILS_C_VAR macro to GLIB_VAR. diff --git a/glib/gunicode.h b/glib/gunicode.h index f40078d7..b40cb539 100644 --- a/glib/gunicode.h +++ b/glib/gunicode.h @@ -22,7 +22,7 @@ #ifndef __GUNICODE_H__ #define __GUNICODE_H__ -#include /* For size_t */ +#include /* For size_t */ #ifdef __cplusplus extern "C" diff --git a/gobject/ChangeLog b/gobject/ChangeLog index edda8597..f933ee5f 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,3 +1,8 @@ +Sun Jul 9 21:21:46 2000 Owen Taylor + + * genums.c: Move string.h include into the .c file + instead of where it was in the .h file by mistake. + Thu Jul 6 15:30:27 2000 Owen Taylor * Makefile.am (EXTRA_DIST): dist fixes. diff --git a/gobject/genums.c b/gobject/genums.c index ef5e41a0..f18db25c 100644 --- a/gobject/genums.c +++ b/gobject/genums.c @@ -16,6 +16,9 @@ * Free Software Foundation, Inc., 59 Temple Place, Suite 330, * Boston, MA 02111-1307, USA. */ + +#include + #include "genums.h" #include "gvalue.h" diff --git a/gobject/genums.h b/gobject/genums.h index 13f519cc..f04b7d60 100644 --- a/gobject/genums.h +++ b/gobject/genums.h @@ -19,8 +19,6 @@ #ifndef __G_ENUMS_H__ #define __G_ENUMS_H__ -#include - #include diff --git a/gunicode.h b/gunicode.h index f40078d7..b40cb539 100644 --- a/gunicode.h +++ b/gunicode.h @@ -22,7 +22,7 @@ #ifndef __GUNICODE_H__ #define __GUNICODE_H__ -#include /* For size_t */ +#include /* For size_t */ #ifdef __cplusplus extern "C"