#include cleanup in HttpRequest.h

This commit is contained in:
Ivan Skytte Jørgensen
2016-12-08 16:41:38 +01:00
parent 181e111715
commit ebc295f18a
5 changed files with 8 additions and 3 deletions

@ -5,6 +5,9 @@
#include "Conf.h"
#include "Process.h"
#include "Hostdb.h"
#include "Url.h"
#include "TcpSocket.h"
#include "Mem.h"
#include <stdlib.h>
#include <float.h>

@ -23,12 +23,11 @@
//#define MAX_REQ_LEN (1024)
#include "SafeBuf.h"
#include "Mem.h" // mdup
#include "Url.h" // Url class
#include "TcpSocket.h"
class TcpSocket;
#include "GbFormat.h"
class HttpRequest {
public:

@ -8,6 +8,7 @@
#include "max_hosts.h"
#include "Hostdb.h"
#include "UdpSlot.h"
#include "Mem.h"
static void gotRemoteLogWrapper(void *state, UdpSlot *slot);

@ -8,6 +8,7 @@
#include "SafeBuf.h"
#include "Msg13.h"
#include "ip.h"
#include "Url.h"
#include "max_coll_len.h"
#include <algorithm>

@ -9,6 +9,7 @@
#include "Conf.h"
#include "Hostdb.h"
#include "Loop.h"
#include "Mem.h"
#include <sys/stat.h> //stat()
#include <fcntl.h>