mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
build: Fix warnings caused by missing includes
This commit is contained in:
parent
438d195d19
commit
959886d95e
@ -47,6 +47,7 @@
|
||||
|
||||
#include "gerror.h"
|
||||
#include "gfileutils.h"
|
||||
#include "gstrfuncs.h"
|
||||
#include "gtestutils.h"
|
||||
|
||||
/*
|
||||
|
@ -43,7 +43,9 @@
|
||||
|
||||
#include "gslice.h"
|
||||
|
||||
#include "gmain.h"
|
||||
#include "gmem.h" /* gslice.h */
|
||||
#include "gstrfuncs.h"
|
||||
#include "gutils.h"
|
||||
#include "gtestutils.h"
|
||||
#include "gthread.h"
|
||||
|
@ -44,7 +44,9 @@
|
||||
#include "gspawn.h"
|
||||
|
||||
#include "gmem.h"
|
||||
#include "gshell.h"
|
||||
#include "gstring.h"
|
||||
#include "gstrfuncs.h"
|
||||
#include "gtestutils.h"
|
||||
#include "gutils.h"
|
||||
#include "glibintl.h"
|
||||
|
Loading…
Reference in New Issue
Block a user