kraken: move 'Order' definition to 'book'
I think it makes more sense to centralise these important types in the `book` library.
This commit is contained in:
parent
7c9b61b654
commit
21ff896730
7 changed files with 17 additions and 5 deletions
|
|
@ -6,6 +6,7 @@
|
|||
#include "parse/parse.hh"
|
||||
|
||||
// Allow namespace pollution in tests for convenience
|
||||
using namespace kraken;
|
||||
using namespace kraken::parse;
|
||||
|
||||
namespace {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue