diff options
Diffstat (limited to 'src/support.c')
-rw-r--r-- | src/support.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/support.c b/src/support.c index 5783b0a..98b081d 100644 --- a/src/support.c +++ b/src/support.c @@ -1,13 +1,12 @@ +#include "callbacks.h" +#include "interface.h" +#include "support.h" + #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> #include <string.h> - #include <gdk/gdkkeysyms.h> -#include <gtk/gtk.h> -#include "callbacks.h" -#include "interface.h" -#include "support.h" #include <config.h> GtkWidget *xpm_label_box (gchar * xpm_filename) |