Replace deprecated gdk_window_get_pointer
[geeqie.git] / src / image-load-libraw.cc
index 175fc23..08f69d1 100644 (file)
 
 #include <config.h>
 
-#include "debug.h"
-#include "filedata.h"
-#include "filefilter.h"
 #include "image-load.h"
 
-#ifdef HAVE_RAW
+#if HAVE_RAW
 
-#include <libraw/libraw.h>
+#include <fcntl.h>
 #include <sys/mman.h>
 #include <sys/stat.h>
-#include <fcntl.h>
+#include <unistd.h>
+
+#include <libraw/libraw.h>
+
+#include "debug.h"
+#include "filedata.h"
+#include "filefilter.h"
+#include "typedefs.h"
 
 struct UnmapData
 {