summaryrefslogtreecommitdiff
path: root/include/cppu/unotype.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppu/unotype.hxx')
-rw-r--r--include/cppu/unotype.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppu/unotype.hxx b/include/cppu/unotype.hxx
index 640bd2bd57e1..0706502b5449 100644
--- a/include/cppu/unotype.hxx
+++ b/include/cppu/unotype.hxx
@@ -21,12 +21,12 @@
#define INCLUDED_CPPU_UNOTYPE_HXX
#include <sal/config.h>
-#include <com/sun/star/uno/Type.h>
#include <sal/types.h>
#include <typelib/typeclass.h>
#include <typelib/typedescription.h>
namespace com { namespace sun { namespace star { namespace uno {
+ class Type;
class Any;
class Exception;
template< typename > class Reference;