diff options
Diffstat (limited to 'gtk/gtkdnd.c')
-rw-r--r-- | gtk/gtkdnd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c index 0d0f056b67..71376c6d54 100644 --- a/gtk/gtkdnd.c +++ b/gtk/gtkdnd.c @@ -43,6 +43,7 @@ #include "gtkstock.h" #include "gtkwindow.h" #include "gtkintl.h" +#include "gtkdndcursors.h" #include "gtkalias.h" static GSList *source_widgets = NULL; @@ -300,8 +301,6 @@ static void set_icon_stock_pixbuf (GdkDragContext *context, * Cursor and Icon data * ************************/ -#include "gtkdndcursors.h" - static struct { GdkDragAction action; const gchar *name; |