mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 14:31:20 +03:00
remove uneccissary includes
svn path=/trunk/netsurf/; revision=9931
This commit is contained in:
parent
36ea272a37
commit
6990c2cd04
@ -33,8 +33,7 @@
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <time.h>
|
||||
#include <sys/select.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "utils/config.h"
|
||||
#include "content/fetch.h"
|
||||
#include "content/fetchers/fetch_curl.h"
|
||||
|
@ -24,7 +24,6 @@
|
||||
#define _NETSURF_DESKTOP_FETCH_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <sys/select.h>
|
||||
#include "utils/config.h"
|
||||
|
||||
typedef enum {
|
||||
|
@ -34,9 +34,8 @@
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <time.h>
|
||||
#include <sys/select.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/utsname.h>
|
||||
|
||||
#include "utils/config.h"
|
||||
#include <openssl/ssl.h>
|
||||
#include "content/fetch.h"
|
||||
|
@ -26,10 +26,9 @@
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <time.h>
|
||||
#include <sys/select.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/utsname.h>
|
||||
|
||||
#include <curl/curl.h> /* for URL unescaping functions */
|
||||
|
||||
#include "utils/config.h"
|
||||
#include "content/fetch.h"
|
||||
#include "content/fetchers/fetch_data.h"
|
||||
|
@ -96,7 +96,6 @@
|
||||
#include <strings.h>
|
||||
#include <time.h>
|
||||
|
||||
#include <sys/select.h>
|
||||
#include <curl/curl.h>
|
||||
|
||||
#include "image/bitmap.h"
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <math.h>
|
||||
#include <sys/select.h>
|
||||
|
||||
#include "curl/curl.h"
|
||||
#include "utils/config.h"
|
||||
#include "content/fetch.h"
|
||||
|
Loading…
Reference in New Issue
Block a user