summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/utils.c1
-rw-r--r--utils/utils.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/utils/utils.c b/utils/utils.c
index 270b43e95..03145df2d 100644
--- a/utils/utils.c
+++ b/utils/utils.c
@@ -17,7 +17,6 @@
#include <sys/types.h>
#include <regex.h>
#include <time.h>
-#include "libxml/encoding.h"
#include "netsurf/utils/config.h"
#define NDEBUG
#include "netsurf/utils/log.h"
diff --git a/utils/utils.h b/utils/utils.h
index 9bd43a2f3..6f085af73 100644
--- a/utils/utils.h
+++ b/utils/utils.h
@@ -14,7 +14,6 @@
#include <stdlib.h>
#include <sys/types.h>
#include <regex.h>
-#include "libxml/encoding.h"
#ifndef NOF_ELEMENTS
#define NOF_ELEMENTS(array) (sizeof(array)/sizeof(*(array)))