summaryrefslogtreecommitdiff
path: root/ndb/src/mgmclient/CommandInterpreter.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/mgmclient/CommandInterpreter.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/mgmclient/CommandInterpreter.hpp')
-rw-r--r--ndb/src/mgmclient/CommandInterpreter.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ndb/src/mgmclient/CommandInterpreter.hpp b/ndb/src/mgmclient/CommandInterpreter.hpp
index 9049ef39915..104da3ce254 100644
--- a/ndb/src/mgmclient/CommandInterpreter.hpp
+++ b/ndb/src/mgmclient/CommandInterpreter.hpp
@@ -22,9 +22,8 @@
// Author: Peter Lind
//*****************************************************************************
+#include <ndb_global.h>
#include <NdbStdio.h>
-#include <ndb_types.h>
-#include <stdlib.h>
#include <Vector.hpp>
#include <editline/editline.h>