Fix include-what-you-use warnings
[geeqie.git] / src / fullscreen.cc
index 5caed5a..9f35af3 100644 (file)
 #include "fullscreen.h"
 
 #include <algorithm>
+#include <cstddef>
 #include <string>
 #include <vector>
 
-#include <config.h>
+#include <gdk/gdk.h>
+#include <glib-object.h>
 
 #include "compat.h"
 #include "debug.h"