Clean up includes
Change-Id: Id3aaae19d86b706fd5ddb5982340472d28a75610
This commit is contained in:
parent
773c90c2ca
commit
924b378a79
@ -17,7 +17,9 @@
|
|||||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <sal/config.h>
|
||||||
|
|
||||||
|
#include <rtl/byteseq.h>
|
||||||
#include "rtl/uuid.h"
|
#include "rtl/uuid.h"
|
||||||
#include "osl/thread.h"
|
#include "osl/thread.h"
|
||||||
#include "osl/mutex.hxx"
|
#include "osl/mutex.hxx"
|
||||||
|
@ -20,18 +20,18 @@
|
|||||||
#ifndef INCLUDED_CPPU_SOURCE_THREADPOOL_CURRENT_HXX
|
#ifndef INCLUDED_CPPU_SOURCE_THREADPOOL_CURRENT_HXX
|
||||||
#define 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
|
namespace cppu
|
||||||
{
|
{
|
||||||
struct CurrentContext;
|
|
||||||
|
|
||||||
struct IdContainer
|
struct IdContainer
|
||||||
{
|
{
|
||||||
void * pCurrentContext;
|
void * pCurrentContext;
|
||||||
uno_ExtEnvironment * pCurrentContextEnv;
|
_uno_ExtEnvironment * pCurrentContextEnv;
|
||||||
|
|
||||||
bool bInit;
|
bool bInit;
|
||||||
sal_Sequence * pLocalThreadId;
|
sal_Sequence * pLocalThreadId;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user