@@ -7,22 +7,22 @@ * This file is part of libobjfw. It may be distributed under the terms of the * Q Public License 1.0, which can be found in the file LICENSE included in * the packaging of this file. */ -#import +#include #ifndef _WIN32 -#import +#include #endif #import "OFAutoreleasePool.h" #import "OFExceptions.h" #import "OFList.h" #ifdef _WIN32 -#import +#include #endif #ifndef _WIN32 #define get_tls(t) pthread_getspecific(pool_list_key) #define set_tls(t, v) pthread_setspecific(t, v)