mirror of
https://github.com/LibreOffice/online.git
synced 2025-07-25 16:04:48 +00:00
wsd: include cleanup
Change-Id: Id481cfbab6be12a095918bdc7318fb3584345307 Reviewed-on: https://gerrit.libreoffice.org/32548 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com>
This commit is contained in:

committed by
Ashod Nakashian

parent
1c84d485af
commit
ba9ffb4775
@ -14,10 +14,8 @@
|
||||
#include <cstring>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <random>
|
||||
|
||||
#include <Poco/Net/HTMLForm.h>
|
||||
#include <Poco/Net/NetException.h>
|
||||
#include <Poco/Net/HTTPClientSession.h>
|
||||
#include <Poco/Net/HTTPSClientSession.h>
|
||||
#include <Poco/Net/HTTPRequest.h>
|
||||
@ -27,12 +25,7 @@
|
||||
#include <Poco/Net/KeyConsoleHandler.h>
|
||||
#include <Poco/Net/AcceptCertificateHandler.h>
|
||||
#include <Poco/StreamCopier.h>
|
||||
#include <Poco/URI.h>
|
||||
#include <Poco/Process.h>
|
||||
#include <Poco/StringTokenizer.h>
|
||||
#include <Poco/Thread.h>
|
||||
#include <Poco/Timespan.h>
|
||||
#include <Poco/Timestamp.h>
|
||||
#include <Poco/URI.h>
|
||||
#include <Poco/Util/Application.h>
|
||||
#include <Poco/Util/HelpFormatter.h>
|
||||
@ -43,9 +36,6 @@
|
||||
#include "Protocol.hpp"
|
||||
#include "Util.hpp"
|
||||
|
||||
#include <Poco/Util/Application.h>
|
||||
#include <Poco/Util/OptionSet.h>
|
||||
|
||||
/// Simple command-line tool for file format conversion.
|
||||
class Tool: public Poco::Util::Application
|
||||
{
|
||||
|
Reference in New Issue
Block a user