summaryrefslogtreecommitdiff
path: root/include/basic/codecompletecache.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-02-28 04:42:42 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-03-07 14:20:10 +0100
commit754c6af45ac64e2fec04e0bbea571c2892a672d8 (patch)
tree8b53db05afb86cb7ec65f34ed80f20a5ad95621c /include/basic/codecompletecache.hxx
parent756d7d7073e0542a7b1ae92cb88bada3530e50e9 (diff)
tdf#42949 Fix IWYU warnings in include/basic/*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I9dd7984affc4343f148c66077feaac19176adf51 Reviewed-on: https://gerrit.libreoffice.org/68769 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/basic/codecompletecache.hxx')
-rw-r--r--include/basic/codecompletecache.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/basic/codecompletecache.hxx b/include/basic/codecompletecache.hxx
index c2b6502e1d55..d7ce0f69f0d4 100644
--- a/include/basic/codecompletecache.hxx
+++ b/include/basic/codecompletecache.hxx
@@ -20,13 +20,10 @@
#ifndef INCLUDED_BASIC_CODECOMPLETECACHE_HXX
#define INCLUDED_BASIC_CODECOMPLETECACHE_HXX
-#include <basic/sbdef.hxx>
-#include <basic/sbxobj.hxx>
-#include <basic/sbxdef.hxx>
+#include <basic/basicdllapi.h>
#include <rtl/ustring.hxx>
#include <svtools/miscopt.hxx>
#include <unordered_map>
-#include <vector>
typedef std::unordered_map< OUString, OUString > CodeCompleteVarTypes;
/* variable name, type */