Fix include-what-you-use warnings
[geeqie.git] / src / pan-view / pan-calendar.h
index 91fd8f3..3279303 100644 (file)
 #ifndef PAN_VIEW_PAN_CALENDAR_H
 #define PAN_VIEW_PAN_CALENDAR_H
 
-#include "pan-types.h"
+#include <glib.h>
+
+struct FileData;
+struct PanItem;
+struct PanWindow;
 
 void pan_calendar_update(PanWindow *pw, PanItem *pi_day);
 void pan_calendar_compute(PanWindow *pw, FileData *dir_fd, gint *width, gint *height);