diff options
author | unknown <tomas@mc05.(none)> | 2004-05-07 08:39:42 +0200 |
---|---|---|
committer | unknown <tomas@mc05.(none)> | 2004-05-07 08:39:42 +0200 |
commit | fb6fd48f5d6ba2eba973caaec9cefa8763dd9067 (patch) | |
tree | 3ab627029960d3dc4eecaa863f6cac3d29c87ac0 /ndb/src/cw/util/ClientInterface.hpp | |
parent | 5b3a9ccc6baeb273b923037a51f46d4c88af2c68 (diff) | |
download | mariadb-git-fb6fd48f5d6ba2eba973caaec9cefa8763dd9067.tar.gz |
introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
Diffstat (limited to 'ndb/src/cw/util/ClientInterface.hpp')
-rw-r--r-- | ndb/src/cw/util/ClientInterface.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
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 <ndb_global.h> #include <Parser.hpp> #include <InputStream.hpp> #include <Parser.hpp> @@ -23,9 +24,6 @@ #include <Properties.hpp> #include "SocketRegistry.hpp" #include "SocketService.hpp" -#include "string.h" -#include <stdio.h> -#include <stdlib.h> class ClientInterface { private: |