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