summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-03-23 16:56:43 +0000
committerVincent Sanders <vince@netsurf-browser.org>2012-03-23 16:56:43 +0000
commit67b6f8d4a35df5718a78047dd4b09d08bc2cdad8 (patch)
tree1c8ecd0bdd17bd22ca0f4514b0f100a2bf389cad
parent654ad81d8b50616eea3ce14e1e02f2520308d3a7 (diff)
downloadnetsurf-67b6f8d4a35df5718a78047dd4b09d08bc2cdad8.tar.gz
netsurf-67b6f8d4a35df5718a78047dd4b09d08bc2cdad8.tar.bz2
remove unecessary includes
svn path=/trunk/netsurf/; revision=13556
-rw-r--r--desktop/netsurf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index 7d498b50a..606dfa649 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -24,10 +24,6 @@
#include <stdio.h>
#include <stdlib.h>
-#include <libxml/encoding.h>
-#include <libxml/globals.h>
-#include <libxml/xmlversion.h>
-
#include <libwapcaplet/libwapcaplet.h>
#include "utils/config.h"