summaryrefslogtreecommitdiff
path: root/include/dbaccess/IController.hxx
diff options
context:
space:
mode:
authorJorenz Paragas <j.paragas.237@gmail.com>2016-06-15 21:00:59 -0700
committerMichael Stahl <mstahl@redhat.com>2016-06-16 12:23:15 +0000
commit26fa322583147f87511b2d77e8701228838f8c73 (patch)
treecdc3eb3f42b268e5d1dbb5a637a8199614d402a7 /include/dbaccess/IController.hxx
parentc3becbd21f17fe7a90e724aa9b170a57d52320bb (diff)
tdf#42949: clean up includes in include/dbaccess with iwyu
Change-Id: I40de14b82b698b927cb461376470dc177c16d58c Reviewed-on: https://gerrit.libreoffice.org/26345 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/dbaccess/IController.hxx')
-rw-r--r--include/dbaccess/IController.hxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/dbaccess/IController.hxx b/include/dbaccess/IController.hxx
index 01ea207f00b9..f19ca143a1c0 100644
--- a/include/dbaccess/IController.hxx
+++ b/include/dbaccess/IController.hxx
@@ -20,11 +20,17 @@
#ifndef INCLUDED_DBACCESS_ICONTROLLER_HXX
#define INCLUDED_DBACCESS_ICONTROLLER_HXX
-#include <com/sun/star/beans/PropertyValue.hpp>
+#include <com/sun/star/uno/Reference.hxx>
+#include <com/sun/star/uno/RuntimeException.hpp>
#include <com/sun/star/uno/Sequence.hxx>
#include <dbaccess/dbaccessdllapi.h>
+#include <rtl/ustring.hxx>
+#include <sal/types.h>
namespace com { namespace sun { namespace star {
+ namespace beans {
+ struct PropertyValue;
+ }
namespace util {
struct URL;
}