mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 23:10:22 +00:00
Fix some implicit declaration warnings
There were some includes of gtkmain.h missing
This commit is contained in:
parent
a2b879fe53
commit
4a43c062ac
@ -39,6 +39,7 @@
|
||||
#include "gtkintl.h"
|
||||
#include "gtkseparatormenuitem.h"
|
||||
#include "gtktextutil.h"
|
||||
#include "gtkmain.h"
|
||||
#include "gtkmenuitem.h"
|
||||
#include "gtkmenushellprivate.h"
|
||||
#include "gtknotebook.h"
|
||||
|
@ -42,6 +42,7 @@
|
||||
#include "gtkbindings.h"
|
||||
#include "gtkkeyhash.h"
|
||||
#include "gtklabel.h"
|
||||
#include "gtkmain.h"
|
||||
#include "gtkmarshalers.h"
|
||||
#include "gtkmenubar.h"
|
||||
#include "gtkmenuitemprivate.h"
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "gtkmain.h"
|
||||
#include "gtkmarshalers.h"
|
||||
#include "gtkorientableprivate.h"
|
||||
#include "gtkrange.h"
|
||||
|
Loading…
Reference in New Issue
Block a user