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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user