summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2019-11-07 11:42:24 +0100
committerJan Holesovsky <kendy@collabora.com>2019-11-07 12:24:26 +0100
commit5d0d3a4869332aea592ef468f653150c7d594cee (patch)
tree9b7decf1994833af26e231b0830cc46968a41c2e /common
parentf0ea9701d8ba1339f9091b08602d3e973710ff28 (diff)
killpoco: Get rid of Poco/Thread.h from the rest of the Android-related files.
Change-Id: I724230a4428cab3cc26245ac4aa43a91af2e09ce Reviewed-on: https://gerrit.libreoffice.org/82204 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'common')
-rw-r--r--common/Log.cpp2
-rw-r--r--common/Util.cpp1
2 files changed, 1 insertions, 2 deletions
diff --git a/common/Log.cpp b/common/Log.cpp
index cdb72a903..bb9ba9d39 100644
--- a/common/Log.cpp
+++ b/common/Log.cpp
@@ -24,6 +24,7 @@
#include <sstream>
#include <string>
+#include <Poco/AutoPtr.h>
#include <Poco/ConsoleChannel.h>
#include <Poco/DateTimeFormatter.h>
#include <Poco/FileChannel.h>
@@ -31,7 +32,6 @@
#include <Poco/PatternFormatter.h>
#include <Poco/Process.h>
#include <Poco/SplitterChannel.h>
-#include <Poco/Thread.h>
#include <Poco/Timestamp.h>
#include "Log.hpp"
diff --git a/common/Util.cpp b/common/Util.cpp
index 49d465035..b493afeca 100644
--- a/common/Util.cpp
+++ b/common/Util.cpp
@@ -55,7 +55,6 @@
#include <Poco/Process.h>
#include <Poco/RandomStream.h>
#include <Poco/TemporaryFile.h>
-#include <Poco/Thread.h>
#include <Poco/Timestamp.h>
#include <Poco/Util/Application.h>