Cleanup main.h header
[geeqie.git] / src / image-load-webp.cc
index d95609a..d2fabe5 100644 (file)
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#include "main.h"
+#include <config.h>
 
-#include "image-load.h"
+#ifdef HAVE_WEBP
 #include "image-load-webp.h"
 
-#ifdef HAVE_WEBP
 #include <webp/decode.h>
 
+#include "debug.h"
+#include "image-load.h"
+
 using ImageLoaderWEBP = struct _ImageLoaderWEBP;
 struct _ImageLoaderWEBP {
        ImageLoaderBackendCbAreaUpdated area_updated_cb;