summaryrefslogtreecommitdiff
path: root/ndb/test/ndbapi/flexTT/flexTT.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/test/ndbapi/flexTT/flexTT.cpp')
-rw-r--r--ndb/test/ndbapi/flexTT/flexTT.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/ndb/test/ndbapi/flexTT/flexTT.cpp b/ndb/test/ndbapi/flexTT/flexTT.cpp
index 1705f20b706..c45cbd95762 100644
--- a/ndb/test/ndbapi/flexTT/flexTT.cpp
+++ b/ndb/test/ndbapi/flexTT/flexTT.cpp
@@ -15,7 +15,9 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
-#include "NdbApi.hpp"
+#include <ndb_global.h>
+
+#include <NdbApi.hpp>
#include <NdbMain.h>
#include <md5_hash.hpp>
@@ -24,9 +26,6 @@
#include <NdbTick.h>
#include <NdbOut.hpp>
#include <NdbTimer.hpp>
-#include <string.h>
-#include <NdbStdio.h>
-#include <stdlib.h>
#include <NdbTest.hpp>
#include <NDBT_Error.hpp>