summaryrefslogtreecommitdiff
path: root/include/sfx2/ipclient.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/ipclient.hxx')
-rw-r--r--include/sfx2/ipclient.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sfx2/ipclient.hxx b/include/sfx2/ipclient.hxx
index 97aaf8db6f8d..eb4c2c825651 100644
--- a/include/sfx2/ipclient.hxx
+++ b/include/sfx2/ipclient.hxx
@@ -22,15 +22,15 @@
#include <sal/config.h>
#include <sfx2/dllapi.h>
#include <sal/types.h>
-#include <com/sun/star/uno/Reference.h>
-#include <com/sun/star/embed/Aspects.hpp>
-#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <rtl/ref.hxx>
#include <tools/gen.hxx>
-#include <sfx2/objsh.hxx>
#include <vcl/window.hxx>
+#include <vcl/errcode.hxx>
+
+namespace com::sun::star::embed { class XEmbeddedObject; }
+namespace com::sun::star::uno { template <typename > class Reference; }
class SfxInPlaceClient_Impl;
class SfxViewShell;