Kaydet (Commit) 924b378a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Clean up includes

Change-Id: Id3aaae19d86b706fd5ddb5982340472d28a75610
üst 773c90c2
......@@ -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"
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment