btreeTest: Change include for debug helpers.

Including BPlusTree.h pulls in the common versions of the debug macros
(via the Debug.h from BFS) and therefore avoids redefinition warnings.
This commit is contained in:
Michael Lotz
2014-10-30 00:42:50 +01:00
parent 64bb360b8c
commit 00460996cf
@@ -7,7 +7,9 @@
#include "cache.h"
#include <Debug.h>
#include "BPlusTree.h"
// To get at the right debug helpers
#include <File.h>
#include <List.h>