From fb6fd48f5d6ba2eba973caaec9cefa8763dd9067 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 7 May 2004 08:39:42 +0200 Subject: introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib --- ndb/src/cw/util/ClientInterface.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ndb/src/cw/util/ClientInterface.hpp') diff --git a/ndb/src/cw/util/ClientInterface.hpp b/ndb/src/cw/util/ClientInterface.hpp index 764705afacd..66ecfe05197 100644 --- a/ndb/src/cw/util/ClientInterface.hpp +++ b/ndb/src/cw/util/ClientInterface.hpp @@ -16,6 +16,7 @@ #ifndef CLIENT_IF_HPP #define CLIENT_IF_HPP +#include #include #include #include @@ -23,9 +24,6 @@ #include #include "SocketRegistry.hpp" #include "SocketService.hpp" -#include "string.h" -#include -#include class ClientInterface { private: -- cgit v1.2.1