summaryrefslogtreecommitdiff
path: root/include/basic/codecompletecache.hxx
diff options
context:
space:
mode:
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 */