mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-18 02:02:36 +03:00
[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 <sys/types.h>
|
||||||
#include <regex.h>
|
#include <regex.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include "libxml/encoding.h"
|
|
||||||
#include "netsurf/utils/config.h"
|
#include "netsurf/utils/config.h"
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include "netsurf/utils/log.h"
|
#include "netsurf/utils/log.h"
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <regex.h>
|
#include <regex.h>
|
||||||
#include "libxml/encoding.h"
|
|
||||||
|
|
||||||
#ifndef NOF_ELEMENTS
|
#ifndef NOF_ELEMENTS
|
||||||
#define NOF_ELEMENTS(array) (sizeof(array)/sizeof(*(array)))
|
#define NOF_ELEMENTS(array) (sizeof(array)/sizeof(*(array)))
|
||||||
|
Loading…
Reference in New Issue
Block a user