summaryrefslogtreecommitdiff
path: root/gtk/gtkcalendar.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-12-13 18:43:10 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-03-25 15:37:20 -0400
commit6ac7b54378ad1a8468df889744321bd61ab9e565 (patch)
treefa28a98297d0a80f09a33262c922e9a81e45a4e1 /gtk/gtkcalendar.c
parentdb93386f23807b4153a88775d50c7504f623a016 (diff)
downloadgtk+-6ac7b54378ad1a8468df889744321bd61ab9e565.tar.gz
dnd: Move GtkDragDest to a separate file
This follows what was done for GtkDragSource in 415030d25f2552d3937ee3c394c50d22c5382982 and shaves another 500 lines off gtkdnd.c.
Diffstat (limited to 'gtk/gtkcalendar.c')
-rw-r--r--gtk/gtkcalendar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c
index 94f9363b54..da319b1045 100644
--- a/gtk/gtkcalendar.c
+++ b/gtk/gtkcalendar.c
@@ -73,6 +73,7 @@
#include "gtkcalendar.h"
#include "gtkdnd.h"
+#include "gtkdragdest.h"
#include "gtkintl.h"
#include "gtkmain.h"
#include "gtkmarshalers.h"