summaryrefslogtreecommitdiff
path: root/extensions/source/update/check/onlinecheck.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-03-02 22:20:10 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-03-06 09:07:23 +0100
commita6e3a862aac37f89da4177631d6d315159f4f47a (patch)
tree38e1032a5c14cf743fcb5b4ef7c107328065800b /extensions/source/update/check/onlinecheck.hxx
parentbc4ef004b880fde2cdb8aba3c79f8b4a8d5764da (diff)
tdf#42949 Fix IWYU warnings in extensions/source/*/*hxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ice2becc34174bdb5507180df6aa1a3c55a55f394 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89859 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'extensions/source/update/check/onlinecheck.hxx')
-rw-r--r--extensions/source/update/check/onlinecheck.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/source/update/check/onlinecheck.hxx b/extensions/source/update/check/onlinecheck.hxx
index 78d1bf4252d2..5b3cd74d2aa8 100644
--- a/extensions/source/update/check/onlinecheck.hxx
+++ b/extensions/source/update/check/onlinecheck.hxx
@@ -22,8 +22,6 @@
#include <sal/config.h>
-#include <sal/types.h>
-
#if defined(_WIN32)
extern "C" bool WNT_hasInternetConnection();
#endif