Compile modules based on HAVE_* features
[geeqie.git] / src / image-load-webp.h
index abc37d1..7603606 100644 (file)
 #ifndef IMAGE_LOAD_WEBP_H
 #define IMAGE_LOAD_WEBP_H
 
-#include <config.h>
-
-#if HAVE_WEBP
 #include <memory>
 
 struct ImageLoaderBackend;
 
 std::unique_ptr<ImageLoaderBackend> get_image_loader_backend_webp();
-#endif
 
-#endif
+#endif /* IMAGE_LOAD_WEBP_H */
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */