[project @ 2005-05-24 20:22:14 by bursa]
Remove unnecessary include. svn path=/import/netsurf/; revision=1737
This commit is contained in:
parent
69d6e0685f
commit
0e894ca80b
|
@ -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"
|
||||
|
|
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue