summaryrefslogtreecommitdiff
path: root/image/webp.c
diff options
context:
space:
mode:
Diffstat (limited to 'image/webp.c')
-rw-r--r--image/webp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/image/webp.c b/image/webp.c
index 90c7121ac..25a026271 100644
--- a/image/webp.c
+++ b/image/webp.c
@@ -21,9 +21,6 @@
*
*/
-#include "utils/config.h"
-#ifdef WITH_WEBP
-
#include <assert.h>
#include <string.h>
#include <stdlib.h>
@@ -211,4 +208,3 @@ static const char *webp_types[] = {
CONTENT_FACTORY_REGISTER_TYPES(webp, webp_types, webp_content_handler);
-#endif