Cleanup main.h header
[geeqie.git] / src / image-load-j2k.cc
index cbdbfe6..72e2518 100644 (file)
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#include "main.h"
+#include <config.h>
 
-#include "image-load.h"
-#include "image-load-j2k.h"
+#ifdef HAVE_J2K
 
-#include "misc.h"
+#include "image-load-j2k.h"
 
-#ifdef HAVE_J2K
+#include <openjpeg.h>
 
-#include "openjpeg.h"
+#include "debug.h"
+#include "image-load.h"
+#include "intl.h"
+#include "misc.h"
 
 struct ImageLoaderJ2K {
        ImageLoaderBackendCbAreaUpdated area_updated_cb;