Cleanup main.h header
[geeqie.git] / src / image-load-heif.cc
index 10cdbfc..6b3f27d 100644 (file)
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#include "main.h"
-
-#include "image-load.h"
 #include "image-load-heif.h"
-#include <vector>
+
+#include <config.h>
+
 #ifdef HAVE_HEIF
+#include <vector>
+
 #include <libheif/heif.h>
 
+#include "debug.h"
+#include "image-load.h"
+
 struct ImageLoaderHEIF {
        ImageLoaderBackendCbAreaUpdated area_updated_cb;
        ImageLoaderBackendCbSize size_cb;