summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--render/textplain.c1
-rw-r--r--utils/utf8.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/render/textplain.c b/render/textplain.c
index 1feeb35fe..f85906a10 100644
--- a/render/textplain.c
+++ b/render/textplain.c
@@ -26,7 +26,6 @@
#include <stddef.h>
#include <string.h>
#include <math.h>
-#define LIBICONV_PLUG
#include <iconv.h>
#include "content/content.h"
#include "css/css.h"
diff --git a/utils/utf8.c b/utils/utf8.c
index 6afcbaf88..2ebac31b6 100644
--- a/utils/utf8.c
+++ b/utils/utf8.c
@@ -25,7 +25,6 @@
#include <errno.h>
#include <stdlib.h>
#include <string.h>
-#define LIBICONV_PLUG
#include <iconv.h>
#include "utils/log.h"