Compile modules based on HAVE_* features
[geeqie.git] / src / image-load-jpegxl.cc
index 8d4ed3b..a2b3e2f 100644 (file)
  *
  */
 
-#include <config.h>
-
-#if HAVE_JPEGXL
-
 #include "image-load-jpegxl.h"
 
 #include <cstdint>
@@ -236,5 +232,4 @@ std::unique_ptr<ImageLoaderBackend> get_image_loader_backend_jpegxl()
        return std::make_unique<ImageLoaderJPEGXL>();
 }
 
-#endif
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */