Fix include-what-you-use warnings
[geeqie.git] / src / options.cc
index 8e64145..6171ed7 100644 (file)
@@ -19,7 +19,9 @@
 
 #include "options.h"
 
-#include <config.h>
+#include <cstring>
+
+#include <gdk-pixbuf/gdk-pixbuf.h>
 
 #include "debug.h"
 #include "histogram.h" /* HCHAN_RGB */