@@ -7,19 +7,19 @@ * 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 /* * Headers for UNIX systems */ #ifndef _WIN32 -#import -#import -#import +#include +#include +#include #endif #import "OFObject.h" #import "OFStream.h" @@ -28,12 +28,12 @@ * * These must be imported after objc/Object and thus OFObject! */ #ifdef _WIN32 #define _WIN32_WINNT 0x0501 -#import -#import +#include +#include #endif /** * The OFTCPSocket class provides functions to create and use sockets. */