From 20eb9409e1d4d5d26222e62df4a81b0be9cae6f2 Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 29 Mar 2022 23:17:42 +0200 Subject: Fixed includes in HttpClient --- NetEx/HttpClient.h | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'NetEx/HttpClient.h') diff --git a/NetEx/HttpClient.h b/NetEx/HttpClient.h index 02bf923..cded234 100644 --- a/NetEx/HttpClient.h +++ b/NetEx/HttpClient.h @@ -3,20 +3,23 @@ Copyright (c) 2011-2012, Starshatter OpenSource Distribution Contributors Copyright (c) 1997-2006, Destroyer Studios LLC. - AUTHOR: John DiCamillo + AUTHOR: John DiCamillo - OVERVIEW - ======== - HTTP/1.1 client class + OVERVIEW + ======== + HTTP/1.1 client class */ - #ifndef HttpClient_h #define HttpClient_h +#include "HttpParam.h" +#include "HttpRequest.h" +#include "HttpResponse.h" +#include "List.h" +#include "NetAddr.h" #include "NetClient.h" -#include "HttpServer.h" // +-------------------------------------------------------------------+ -- cgit v1.1