Cleanup main.h header
[geeqie.git] / src / img-view.h
index f16eef0..2365dd6 100644 (file)
@@ -22,6 +22,8 @@
 #ifndef IMG_VIEW_H
 #define IMG_VIEW_H
 
+#include <glib.h>
+
 struct CollectInfo;
 struct CollectionData;
 struct FileData;
@@ -36,6 +38,5 @@ void view_window_colors_update();
 gboolean view_window_find_image(ImageWindow *imd, gint *index, gint *total);
 
 
-
 #endif
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */