summaryrefslogtreecommitdiff
path: root/ndb/src/kernel/vm/DLHashTable.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/src/kernel/vm/DLHashTable.hpp')
-rw-r--r--ndb/src/kernel/vm/DLHashTable.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ndb/src/kernel/vm/DLHashTable.hpp b/ndb/src/kernel/vm/DLHashTable.hpp
index f7cd7ae5228..13a9632f8da 100644
--- a/ndb/src/kernel/vm/DLHashTable.hpp
+++ b/ndb/src/kernel/vm/DLHashTable.hpp
@@ -17,9 +17,8 @@
#ifndef DL_HASHTABLE_HPP
#define DL_HASHTABLE_HPP
+#include <ndb_global.h>
#include "ArrayList.hpp"
-#include <assert.h>
-#include <stddef.h>
/**
* DLHashTable implements a hashtable using chaining