Cleanup main.h header
[geeqie.git] / src / image-load-psd.cc
index 92f1239..5582c02 100644 (file)
  * - i18n
  */
 
-#include "main.h"
+#include "image-load-psd.h"
+
+#include <config.h>
 
+#include "debug.h"
 #include "image-load.h"
-#include "image-load-psd.h"
 
 struct ImageLoaderPSD {
        ImageLoaderBackendCbAreaUpdated area_updated_cb;