summaryrefslogtreecommitdiffstats
path: root/wsd/FileServer.hpp
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2017-03-16 17:43:33 +0000
committerMichael Meeks <michael.meeks@collabora.com>2017-03-16 18:03:23 +0000
commite7ebe0fdaace9f04b622f30994b1da466ca287b5 (patch)
tree1f271bc46a1b402dd2dce61abdbd8acfc9a4eacd /wsd/FileServer.hpp
parentrename AdminRequestHandler to AdminSocketHandler. (diff)
downloadonline-e7ebe0fdaace9f04b622f30994b1da466ca287b5.tar.gz
online-e7ebe0fdaace9f04b622f30994b1da466ca287b5.zip
remove obsolete Poco headers, and Poco SSL pieces.
Diffstat (limited to 'wsd/FileServer.hpp')
-rw-r--r--wsd/FileServer.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/wsd/FileServer.hpp b/wsd/FileServer.hpp
index 0163f23180..b27526f3e8 100644
--- a/wsd/FileServer.hpp
+++ b/wsd/FileServer.hpp
@@ -11,13 +11,9 @@
#define INCLUDED_FILESERVER_HPP
#include <string>
+#include "Socket.hpp"
#include <Poco/MemoryStream.h>
-#include <Poco/Net/HTTPRequestHandler.h>
-#include <Poco/Net/HTTPServerRequest.h>
-#include <Poco/Net/HTTPServerResponse.h>
-
-#include "Socket.hpp"
/// Handles file requests over HTTP(S).
class FileServerRequestHandler