summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2018-07-14 16:46:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-07-16 08:39:11 +0200
commit99876774fbcd5409ca6a6a15c44ecd39a117236f (patch)
treecfec7927d18397bd9f3ff2dd8c87fafa57eb0ee2 /idl
parent9df9e5b0a92caeda305c53214632a3ba42f02b2d (diff)
SvPersistBase no longer necessary
Change-Id: I928c0898d77d30bd6ca755d07acac6f78b20563b Reviewed-on: https://gerrit.libreoffice.org/57436 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'idl')
-rw-r--r--idl/inc/basobj.hxx1
-rw-r--r--idl/inc/database.hxx1
-rw-r--r--idl/inc/types.hxx1
3 files changed, 1 insertions, 2 deletions
diff --git a/idl/inc/basobj.hxx b/idl/inc/basobj.hxx
index f74b9230fb8a..d3ea84fdc7a9 100644
--- a/idl/inc/basobj.hxx
+++ b/idl/inc/basobj.hxx
@@ -22,7 +22,6 @@
#include <tools/ref.hxx>
#include "bastype.hxx"
-#include <tools/pstm.hxx>
#include <functional>
#include <vector>
diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx
index 6b3904b55c1a..86e45c0dc844 100644
--- a/idl/inc/database.hxx
+++ b/idl/inc/database.hxx
@@ -24,7 +24,6 @@
#include "hash.hxx"
#include "lex.hxx"
#include <rtl/string.hxx>
-#include <tools/pstm.hxx>
#include <rtl/ustring.hxx>
#include <set>
diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx
index e946ed35436b..a0f796fc66f9 100644
--- a/idl/inc/types.hxx
+++ b/idl/inc/types.hxx
@@ -21,6 +21,7 @@
#define INCLUDED_IDL_INC_TYPES_HXX
#include <rtl/strbuf.hxx>
+#include <tools/solar.h>
#include <tools/ref.hxx>
#include "basobj.hxx"