mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 13:11:13 +00:00
Straigthen includes in gtkmenubutton.[hc]
Don't include gtk.h, but just include whats needed.
This commit is contained in:
parent
31698e718c
commit
0b11e08f87
@ -145,6 +145,9 @@
|
||||
#include "gtkmenubutton.h"
|
||||
#include "gtkmenubuttonprivate.h"
|
||||
#include "gtkarrow.h"
|
||||
#include "gtktypebuiltins.h"
|
||||
#include "gtkwindow.h"
|
||||
#include "gtkmain.h"
|
||||
|
||||
#include "gtkprivate.h"
|
||||
#include "gtkintl.h"
|
||||
|
@ -25,7 +25,8 @@
|
||||
#ifndef __GTK_MENU_BUTTON_H__
|
||||
#define __GTK_MENU_BUTTON_H__
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <gtk/gtktogglebutton.h>
|
||||
#include <gtk/gtkmenu.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user