summaryrefslogtreecommitdiff
path: root/ndb/src/common/logger/listtest/LogHandlerListUnitTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/src/common/logger/listtest/LogHandlerListUnitTest.cpp')
-rw-r--r--ndb/src/common/logger/listtest/LogHandlerListUnitTest.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/ndb/src/common/logger/listtest/LogHandlerListUnitTest.cpp b/ndb/src/common/logger/listtest/LogHandlerListUnitTest.cpp
index 22f67d15659..44ee11717b4 100644
--- a/ndb/src/common/logger/listtest/LogHandlerListUnitTest.cpp
+++ b/ndb/src/common/logger/listtest/LogHandlerListUnitTest.cpp
@@ -14,6 +14,8 @@
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 "LogHandlerListUnitTest.hpp"
#include <ConsoleLogHandler.hpp>
@@ -22,9 +24,6 @@
#include <NdbOut.hpp>
-#include <stdio.h>
-#include <assert.h>
-
typedef bool (*TESTFUNC)(const char*);
typedef struct
{