summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserwidget.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/gtkfilechooserwidget.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/gtkfilechooserwidget.c')
-rw-r--r--gtk/gtkfilechooserwidget.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c
index 653c11d58b..f026191ab2 100644
--- a/gtk/gtkfilechooserwidget.c
+++ b/gtk/gtkfilechooserwidget.c
@@ -31,6 +31,7 @@
#include "gtkclipboard.h"
#include "gtkcomboboxtext.h"
#include "gtkdragsource.h"
+#include "gtkdragdest.h"
#include "gtkentry.h"
#include "gtkexpander.h"
#include "gtkfilechooserprivate.h"