diff options
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkclist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkclist.c b/gtk/gtkclist.c index 4ab9bdabe9..423d1b85d8 100644 --- a/gtk/gtkclist.c +++ b/gtk/gtkclist.c @@ -25,9 +25,9 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ +#include "config.h" #include <stdlib.h> #include <string.h> -#include "config.h" #include <gtk/gtkmain.h> #include "gtkclist.h" #include <gtk/gtkbindings.h> |