mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-01 21:33:09 +02:00
girepository: Ensure config.h is included first in gdump.c
Follow on from the previous commit. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Helps: #3155
This commit is contained in:
parent
371ddd62e5
commit
75800b6b09
@ -21,10 +21,6 @@
|
|||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <glib.h>
|
|
||||||
#include <glib-object.h>
|
|
||||||
#include <gio/gio.h>
|
|
||||||
|
|
||||||
/* This file is both compiled into libgirepository.so, and installed
|
/* This file is both compiled into libgirepository.so, and installed
|
||||||
* on the filesystem. But for the dumper, we want to avoid linking
|
* on the filesystem. But for the dumper, we want to avoid linking
|
||||||
* to libgirepository; see
|
* to libgirepository; see
|
||||||
@ -35,6 +31,10 @@
|
|||||||
#include "girepository.h"
|
#include "girepository.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <glib.h>
|
||||||
|
#include <glib-object.h>
|
||||||
|
#include <gio/gio.h>
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user