Compile modules based on HAVE_* features
[geeqie.git] / src / image-load-cr3.cc
index ba91fdd..926bff4 100644 (file)
@@ -21,9 +21,6 @@
 /** This is a Will Not Fix */
 #pragma GCC diagnostic ignored "-Wclobbered"
 
-#include <config.h>
-
-#if HAVE_JPEG && !HAVE_RAW
 #include "image-load-cr3.h"
 
 #include <cstring>
@@ -112,6 +109,4 @@ std::unique_ptr<ImageLoaderBackend> get_image_loader_backend_cr3()
        return std::make_unique<ImageLoaderCr3>();
 }
 
-#endif // HAVE_JPEG && !HAVE_RAW
-
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */