moved header files around

This commit is contained in:
Fufu Fang 2018-07-24 18:15:56 +01:00
parent 3138f69ec5
commit 11fefa4d4c
2 changed files with 4 additions and 6 deletions

View File

@ -1,5 +1,7 @@
#include "network.h"
#include <curl/curl.h>
#include <gumbo.h>
#include <openssl/crypto.h>
#include <ctype.h>

View File

@ -1,15 +1,11 @@
#ifndef NETWORK_H
#define NETWORK_H
#include <curl/curl.h>
#include <gumbo.h>
#include <stdlib.h>
#define URL_LEN_MAX 2048
#define LINK_LEN_MAX 255
#ifndef HTTPDIRFS_SINGLE
# define CURL_MULTI_MAX_CONNECTION 20
#endif
#define CURL_MULTI_MAX_CONNECTION 20
/** \brief the link type */
typedef enum {