summaryrefslogtreecommitdiff
path: root/include/cppu/helper/purpenv
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppu/helper/purpenv')
-rw-r--r--include/cppu/helper/purpenv/Environment.hxx2
-rw-r--r--include/cppu/helper/purpenv/Mapping.hxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/include/cppu/helper/purpenv/Environment.hxx b/include/cppu/helper/purpenv/Environment.hxx
index 318baa0b468f..35614b1a84e6 100644
--- a/include/cppu/helper/purpenv/Environment.hxx
+++ b/include/cppu/helper/purpenv/Environment.hxx
@@ -22,8 +22,8 @@
#include <cppu/cppudllapi.h>
#include <uno/environment.h>
-#include <cppu/Enterable.hxx>
+namespace cppu { class Enterable; }
namespace cppu { namespace helper { namespace purpenv {
diff --git a/include/cppu/helper/purpenv/Mapping.hxx b/include/cppu/helper/purpenv/Mapping.hxx
index 7e834fd09d3a..c824607b60d5 100644
--- a/include/cppu/helper/purpenv/Mapping.hxx
+++ b/include/cppu/helper/purpenv/Mapping.hxx
@@ -20,9 +20,9 @@
#ifndef INCLUDED_CPPU_HELPER_PURPENV_MAPPING_HXX
#define INCLUDED_CPPU_HELPER_PURPENV_MAPPING_HXX
-#include <com/sun/star/uno/Any.h>
-
#include <cppu/cppudllapi.h>
+#include <typelib/typedescription.h>
+#include <uno/any2.h>
#include <uno/environment.h>
#include <uno/mapping.h>