forked from AuroraMiddleware/gtk
Drop an unneeded include
There's no GtkGesture in gtkwidget.h anymore. We do need an include in gtkwidgetprivate.h though.
This commit is contained in:
parent
4a4b23bfad
commit
4928d5e401
@ -33,7 +33,6 @@
|
||||
#include <gtk/gtkaccelgroup.h>
|
||||
#include <gtk/gtkborder.h>
|
||||
#include <gtk/gtktypes.h>
|
||||
#include <gtk/gtkgesture.h>
|
||||
#include <atk/atk.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
@ -27,6 +27,7 @@
|
||||
|
||||
#include "gtkcsstypesprivate.h"
|
||||
#include "gtkwidget.h"
|
||||
#include "gtkeventcontroller.h"
|
||||
#include "gtkactionmuxer.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
Loading…
Reference in New Issue
Block a user