Clean up includes

Change-Id: Id3aaae19d86b706fd5ddb5982340472d28a75610
This commit is contained in:
Stephan Bergmann 2014-11-20 09:36:32 +01:00
parent 773c90c2ca
commit 924b378a79
2 changed files with 7 additions and 5 deletions

View File

@ -17,7 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <sal/config.h>
#include <rtl/byteseq.h>
#include "rtl/uuid.h"
#include "osl/thread.h"
#include "osl/mutex.hxx"

View File

@ -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;