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 | eef6e474ad04f8f6c57735396a0d833bafeaa726 (patch) | |
tree | 3ab627029960d3dc4eecaa863f6cac3d29c87ac0 /ndb/include/util/BaseString.hpp | |
parent | 789adced2bb4d72f3bf2cdf66870a11718d9cf95 (diff) | |
download | mariadb-git-eef6e474ad04f8f6c57735396a0d833bafeaa726.tar.gz |
introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
Diffstat (limited to 'ndb/include/util/BaseString.hpp')
-rw-r--r-- | ndb/include/util/BaseString.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ndb/include/util/BaseString.hpp b/ndb/include/util/BaseString.hpp index a88bd97ffc5..75a1c291594 100644 --- a/ndb/include/util/BaseString.hpp +++ b/ndb/include/util/BaseString.hpp @@ -17,9 +17,7 @@ #ifndef __UTIL_BASESTRING_HPP_INCLUDED__ #define __UTIL_BASESTRING_HPP_INCLUDED__ -#include <ctype.h> -#include <stdlib.h> - +#include <ndb_global.h> #include <Vector.hpp> /** |