summaryrefslogtreecommitdiff
path: root/cppu/source/threadpool/current.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/source/threadpool/current.hxx')
-rw-r--r--cppu/source/threadpool/current.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/cppu/source/threadpool/current.hxx b/cppu/source/threadpool/current.hxx
index d69d1eade5e3..ea26851ddb00 100644
--- a/cppu/source/threadpool/current.hxx
+++ b/cppu/source/threadpool/current.hxx
@@ -20,18 +20,18 @@
#ifndef INCLUDED_CPPU_SOURCE_THREADPOOL_CURRENT_HXX
#define INCLUDED_CPPU_SOURCE_THREADPOOL_CURRENT_HXX
-#include "rtl/byteseq.h"
+#include <sal/config.h>
-typedef struct _uno_ExtEnvironment uno_ExtEnvironment;
+#include <sal/types.h>
+
+struct _uno_ExtEnvironment;
namespace cppu
{
-struct CurrentContext;
-
struct IdContainer
{
void * pCurrentContext;
- uno_ExtEnvironment * pCurrentContextEnv;
+ _uno_ExtEnvironment * pCurrentContextEnv;
bool bInit;
sal_Sequence * pLocalThreadId;