Sort headers using clang-tidy
[geeqie.git] / src / image-load-libraw.cc
index 175fc23..d144e61 100644 (file)
 
 #include <config.h>
 
-#include "debug.h"
-#include "filedata.h"
-#include "filefilter.h"
 #include "image-load.h"
 
 #ifdef HAVE_RAW
 
-#include <libraw/libraw.h>
+#include <fcntl.h>
 #include <sys/mman.h>
 #include <sys/stat.h>
-#include <fcntl.h>
+
+#include <libraw/libraw.h>
+
+#include "debug.h"
+#include "filedata.h"
+#include "filefilter.h"
 
 struct UnmapData
 {