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