summaryrefslogtreecommitdiffstats
path: root/wsd/FileServer.hpp
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-12-19 18:24:03 -0500
committerAshod Nakashian <ashnakash@gmail.com>2016-12-21 15:00:52 +0000
commita3de232c7a39d57c82891b7d6f75f87c69c46119 (patch)
tree84e504467ff48d997715231ddc037d1ae8f57eb3 /wsd/FileServer.hpp
parentIgnore dummy (epoch) timestamps (diff)
downloadonline-a3de232c7a39d57c82891b7d6f75f87c69c46119.tar.gz
online-a3de232c7a39d57c82891b7d6f75f87c69c46119.zip
wsd: FileServer logging updated
Change-Id: Ia797c6c8f9068805d85f066030f8110f0affb7f4 Reviewed-on: https://gerrit.libreoffice.org/32286 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'wsd/FileServer.hpp')
-rw-r--r--wsd/FileServer.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/wsd/FileServer.hpp b/wsd/FileServer.hpp
index 20a9c8fb58..afa89fced7 100644
--- a/wsd/FileServer.hpp
+++ b/wsd/FileServer.hpp
@@ -13,16 +13,10 @@
#include "config.h"
#include <string>
-#include <vector>
-#include <Poco/Net/HTTPRequest.h>
#include <Poco/Net/HTTPRequestHandler.h>
-#include <Poco/Net/HTTPServer.h>
#include <Poco/Net/HTTPServerRequest.h>
#include <Poco/Net/HTTPServerResponse.h>
-#include <Poco/Net/SecureServerSocket.h>
-
-#include "Log.hpp"
/// Handles file requests over HTTP(S).
class FileServerRequestHandler : public Poco::Net::HTTPRequestHandler