summaryrefslogtreecommitdiffstats
path: root/src/HTTP
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/HTTP/HTTPFormParser.cpp1
-rw-r--r--src/HTTP/HTTPServerConnection.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/HTTP/HTTPFormParser.cpp b/src/HTTP/HTTPFormParser.cpp
index 6ad5d2592..d5b58d2f4 100644
--- a/src/HTTP/HTTPFormParser.cpp
+++ b/src/HTTP/HTTPFormParser.cpp
@@ -6,7 +6,6 @@
#include "Globals.h"
#include "HTTPFormParser.h"
#include "HTTPMessage.h"
-#include "MultipartParser.h"
#include "NameValueParser.h"
diff --git a/src/HTTP/HTTPServerConnection.cpp b/src/HTTP/HTTPServerConnection.cpp
index 9edec2886..d949fcf4d 100644
--- a/src/HTTP/HTTPServerConnection.cpp
+++ b/src/HTTP/HTTPServerConnection.cpp
@@ -6,7 +6,6 @@
#include "Globals.h"
#include "HTTPServerConnection.h"
#include "HTTPMessage.h"
-#include "HTTPMessageParser.h"
#include "HTTPServer.h"