summaryrefslogtreecommitdiff
path: root/ndb/src/ndbapi/NdbUtil.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
commiteef6e474ad04f8f6c57735396a0d833bafeaa726 (patch)
tree3ab627029960d3dc4eecaa863f6cac3d29c87ac0 /ndb/src/ndbapi/NdbUtil.hpp
parent789adced2bb4d72f3bf2cdf66870a11718d9cf95 (diff)
downloadmariadb-git-eef6e474ad04f8f6c57735396a0d833bafeaa726.tar.gz
introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
Diffstat (limited to 'ndb/src/ndbapi/NdbUtil.hpp')
-rw-r--r--ndb/src/ndbapi/NdbUtil.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ndb/src/ndbapi/NdbUtil.hpp b/ndb/src/ndbapi/NdbUtil.hpp
index eeee087d548..6a82af85987 100644
--- a/ndb/src/ndbapi/NdbUtil.hpp
+++ b/ndb/src/ndbapi/NdbUtil.hpp
@@ -29,8 +29,7 @@ Comment:
#ifndef NdbUtil_H
#define NdbUtil_H
-#include <stdlib.h>
-#include <ndb_types.h>
+#include <ndb_global.h>
#include "AttrType.hpp"
class NdbApiSignal;