[project @ 2005-05-24 20:22:14 by bursa]

Remove unnecessary include.

svn path=/import/netsurf/; revision=1737
This commit is contained in:
James Bursa 2005-05-24 20:22:14 +00:00
parent 69d6e0685f
commit 0e894ca80b
2 changed files with 0 additions and 2 deletions

View File

@ -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"

View File

@ -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)))