summaryrefslogtreecommitdiff
path: root/include/dbaccess/dataview.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/dataview.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/dataview.hxx')
-rw-r--r--include/dbaccess/dataview.hxx24
1 files changed, 19 insertions, 5 deletions
diff --git a/include/dbaccess/dataview.hxx b/include/dbaccess/dataview.hxx
index dffc73bb7abd..289697ef0637 100644
--- a/include/dbaccess/dataview.hxx
+++ b/include/dbaccess/dataview.hxx
@@ -19,16 +19,30 @@
#ifndef INCLUDED_DBACCESS_DATAVIEW_HXX
#define INCLUDED_DBACCESS_DATAVIEW_HXX
+#include <memory>
+
+#include <com/sun/star/uno/Reference.hxx>
#include <dbaccess/dbaccessdllapi.h>
+#include <rtl/ref.hxx>
+#include <tools/wintypes.hxx>
+#include <vcl/outdev.hxx>
+#include <vcl/vclptr.hxx>
+#include <vcl/window.hxx>
-#include <com/sun/star/uno/XComponentContext.hpp>
-#include <svtools/acceleratorexecute.hxx>
-#include <sal/macros.h>
-#include <vcl/fixed.hxx>
+namespace com { namespace sun { namespace star {
+ namespace frame { class XFrame; }
+ namespace uno { class XComponentContext; }
+} } }
-#include <memory>
+namespace svt {
+ class AcceleratorExecute;
+}
+class DataChangedEvent;
class FixedLine;
+class NotifyEvent;
+class Rectangle;
+
namespace dbaui
{
class IController;