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:
Matthias Clasen 2014-05-23 20:04:36 -04:00
parent 4a4b23bfad
commit 4928d5e401
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -27,6 +27,7 @@
#include "gtkcsstypesprivate.h"
#include "gtkwidget.h"
#include "gtkeventcontroller.h"
#include "gtkactionmuxer.h"
G_BEGIN_DECLS