diff options
Diffstat (limited to 'ndb/src/common/util/Parser.cpp')
-rw-r--r-- | ndb/src/common/util/Parser.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ndb/src/common/util/Parser.cpp b/ndb/src/common/util/Parser.cpp index d5c23fe14c1..2e8120f88ce 100644 --- a/ndb/src/common/util/Parser.cpp +++ b/ndb/src/common/util/Parser.cpp @@ -15,14 +15,14 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include <ndb_global.h> + #include "Parser.hpp" -#include <stdio.h> #include <NdbOut.hpp> -#include <string.h> #include <Properties.hpp> -#include <assert.h> #include <Base64.hpp> +#undef DEBUG #define DEBUG(x) ndbout << x << endl; static void trim(char * str); |