Compile modules based on HAVE_* features
[geeqie.git] / src / image-load-jpegxl.h
index 071725d..9cbe355 100644 (file)
 #ifndef IMAGE_LOAD_JPEGXL_H
 #define IMAGE_LOAD_JPEGXL_H
 
-#include <config.h>
-
-#if HAVE_JPEGXL
 #include <memory>
 
 struct ImageLoaderBackend;
 
 std::unique_ptr<ImageLoaderBackend> get_image_loader_backend_jpegxl();
-#endif
 
-#endif
+#endif /* IMAGE_LOAD_JPEGXL_H */
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */