summaryrefslogtreecommitdiff
path: root/ndb/src/common/util/testProperties
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/common/util/testProperties
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/common/util/testProperties')
-rw-r--r--ndb/src/common/util/testProperties/testProperties.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ndb/src/common/util/testProperties/testProperties.cpp b/ndb/src/common/util/testProperties/testProperties.cpp
index 4a2999b89c1..3aa2af92c5b 100644
--- a/ndb/src/common/util/testProperties/testProperties.cpp
+++ b/ndb/src/common/util/testProperties/testProperties.cpp
@@ -14,10 +14,9 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+#include <ndb_global.h>
#include "Properties.hpp"
#include <NdbOut.hpp>
-#include <stdlib.h>
-#include <string.h>
#include "uucode.h"