summaryrefslogtreecommitdiff
path: root/ndb/src/cw/util/ClientInterface.hpp
diff options
context:
space:
mode:
authorunknown <tomas@mc05.(none)>2004-05-07 08:39:42 +0200
committerunknown <tomas@mc05.(none)>2004-05-07 08:39:42 +0200
commitfb6fd48f5d6ba2eba973caaec9cefa8763dd9067 (patch)
tree3ab627029960d3dc4eecaa863f6cac3d29c87ac0 /ndb/src/cw/util/ClientInterface.hpp
parent5b3a9ccc6baeb273b923037a51f46d4c88af2c68 (diff)
downloadmariadb-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.hpp4
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: