diff options
Diffstat (limited to 'gtk/gtkdnd.h')
-rw-r--r-- | gtk/gtkdnd.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkdnd.h b/gtk/gtkdnd.h index 4eaa05631f..3a2b4c27cd 100644 --- a/gtk/gtkdnd.h +++ b/gtk/gtkdnd.h @@ -23,14 +23,14 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ -#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) -#error "Only <gtk/gtk.h> can be included directly." -#endif - #ifndef __GTK_DND_H__ #define __GTK_DND_H__ +#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) +#error "Only <gtk/gtk.h> can be included directly." +#endif + #include <gtk/gtkwidget.h> #include <gtk/gtkselection.h> |