mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 05:50:10 +00:00
Add some missing includes
This commit is contained in:
parent
1bcf8a0027
commit
7ff572dfd3
@ -32,7 +32,7 @@
|
||||
#include "gtkiconcache.h"
|
||||
#include "gtkdebug.h"
|
||||
#include "gtkicontheme.h"
|
||||
#include "gtksettings.h"
|
||||
#include "gtksettingsprivate.h"
|
||||
#include "gtkstock.h"
|
||||
#include "gtkwidget.h"
|
||||
#include "gtkintl.h"
|
||||
|
@ -39,7 +39,7 @@
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include <sys/types.h> /* For uid_t, gid_t */
|
||||
#include <sys/types.h> /* For uid_t, gid_t */
|
||||
|
||||
#ifdef G_OS_WIN32
|
||||
#define STRICT
|
||||
@ -58,7 +58,7 @@
|
||||
#include "gtkrc.h"
|
||||
#include "gtkrecentmanager.h"
|
||||
#include "gtkselection.h"
|
||||
#include "gtksettings.h"
|
||||
#include "gtksettingsprivate.h"
|
||||
#include "gtkwidgetprivate.h"
|
||||
#include "gtkwindowprivate.h"
|
||||
#include "gtktooltip.h"
|
||||
|
Loading…
Reference in New Issue
Block a user