mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 09:16:17 +01:00
Include galias.h before glib.h (#156697, Christian Persch)
2004-10-28 Matthias Clasen <mclasen@redhat.com> * glib/gstdio.c: Include galias.h before glib.h (#156697, Christian Persch)
This commit is contained in:
parent
59501ed292
commit
f2d02dce82
@ -1,5 +1,8 @@
|
|||||||
2004-10-28 Matthias Clasen <mclasen@redhat.com>
|
2004-10-28 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gstdio.c: Include galias.h before glib.h (#156697,
|
||||||
|
Christian Persch)
|
||||||
|
|
||||||
* glib/gkeyfile.c: Add a missing "Since: 2.6" comment.
|
* glib/gkeyfile.c: Add a missing "Since: 2.6" comment.
|
||||||
|
|
||||||
2004-10-28 Tor Lillqvist <tml@iki.fi>
|
2004-10-28 Tor Lillqvist <tml@iki.fi>
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2004-10-28 Matthias Clasen <mclasen@redhat.com>
|
2004-10-28 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gstdio.c: Include galias.h before glib.h (#156697,
|
||||||
|
Christian Persch)
|
||||||
|
|
||||||
* glib/gkeyfile.c: Add a missing "Since: 2.6" comment.
|
* glib/gkeyfile.c: Add a missing "Since: 2.6" comment.
|
||||||
|
|
||||||
2004-10-28 Tor Lillqvist <tml@iki.fi>
|
2004-10-28 Tor Lillqvist <tml@iki.fi>
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2004-10-28 Matthias Clasen <mclasen@redhat.com>
|
2004-10-28 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gstdio.c: Include galias.h before glib.h (#156697,
|
||||||
|
Christian Persch)
|
||||||
|
|
||||||
* glib/gkeyfile.c: Add a missing "Since: 2.6" comment.
|
* glib/gkeyfile.c: Add a missing "Since: 2.6" comment.
|
||||||
|
|
||||||
2004-10-28 Tor Lillqvist <tml@iki.fi>
|
2004-10-28 Tor Lillqvist <tml@iki.fi>
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2004-10-28 Matthias Clasen <mclasen@redhat.com>
|
2004-10-28 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gstdio.c: Include galias.h before glib.h (#156697,
|
||||||
|
Christian Persch)
|
||||||
|
|
||||||
* glib/gkeyfile.c: Add a missing "Since: 2.6" comment.
|
* glib/gkeyfile.c: Add a missing "Since: 2.6" comment.
|
||||||
|
|
||||||
2004-10-28 Tor Lillqvist <tml@iki.fi>
|
2004-10-28 Tor Lillqvist <tml@iki.fi>
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2004-10-28 Matthias Clasen <mclasen@redhat.com>
|
2004-10-28 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gstdio.c: Include galias.h before glib.h (#156697,
|
||||||
|
Christian Persch)
|
||||||
|
|
||||||
* glib/gkeyfile.c: Add a missing "Since: 2.6" comment.
|
* glib/gkeyfile.c: Add a missing "Since: 2.6" comment.
|
||||||
|
|
||||||
2004-10-28 Tor Lillqvist <tml@iki.fi>
|
2004-10-28 Tor Lillqvist <tml@iki.fi>
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
#include "galias.h"
|
||||||
|
|
||||||
#include "glib.h"
|
#include "glib.h"
|
||||||
|
|
||||||
@ -36,7 +37,6 @@
|
|||||||
#include <io.h>
|
#include <io.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "galias.h"
|
|
||||||
#include "gstdio.h"
|
#include "gstdio.h"
|
||||||
|
|
||||||
#if !defined (G_OS_UNIX) && !defined (G_OS_WIN32)
|
#if !defined (G_OS_UNIX) && !defined (G_OS_WIN32)
|
||||||
|
Loading…
Reference in New Issue
Block a user