@@ -15,12 +15,10 @@ * file. */ #include "config.h" -#include - #import "OFConnectionFailedException.h" #import "OFString.h" @implementation OFConnectionFailedException @synthesize host = _host, port = _port, socket = _socket, errNo = _errNo;