summaryrefslogtreecommitdiff
path: root/ndb/src/ndbapi/ObjectMap.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/ObjectMap.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/ObjectMap.hpp')
-rw-r--r--ndb/src/ndbapi/ObjectMap.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/ndb/src/ndbapi/ObjectMap.hpp b/ndb/src/ndbapi/ObjectMap.hpp
index a2a8d00b48f..4abb54b5081 100644
--- a/ndb/src/ndbapi/ObjectMap.hpp
+++ b/ndb/src/ndbapi/ObjectMap.hpp
@@ -17,10 +17,8 @@
#ifndef NDB_OBJECT_ID_MAP_HPP
#define NDB_OBJECT_ID_MAP_HPP
-#include <ndb_types.h>
+#include <ndb_global.h>
//#include <NdbMutex.h>
-#include <stdlib.h>
-#include <string.h>
#include <NdbOut.hpp>
//#define DEBUG_OBJECTMAP