diff options
Diffstat (limited to 'ndb/test/ndbapi/testDataBuffers/testDataBuffers.cpp')
-rw-r--r-- | ndb/test/ndbapi/testDataBuffers/testDataBuffers.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ndb/test/ndbapi/testDataBuffers/testDataBuffers.cpp b/ndb/test/ndbapi/testDataBuffers/testDataBuffers.cpp index fd6570fad0a..b8e0fef6cef 100644 --- a/ndb/test/ndbapi/testDataBuffers/testDataBuffers.cpp +++ b/ndb/test/ndbapi/testDataBuffers/testDataBuffers.cpp @@ -28,14 +28,12 @@ * Creates tables TB00 to TB15 */ -#include <stdlib.h> -#include <string.h> -#include <stdarg.h> +#include <ndb_global.h> + #include <NdbMain.h> #include <NdbOut.hpp> #include <NdbApi.hpp> #include <NdbTest.hpp> -#include <NdbStdio.h> // limits static int const MaxAttr = 64; |