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:
Bruno BELANYI 2022-03-12 03:36:25 +01:00
parent 7c9b61b654
commit 21ff896730
7 changed files with 17 additions and 5 deletions

View file

@ -6,6 +6,7 @@
#include "parse/parse.hh"
// Allow namespace pollution in tests for convenience
using namespace kraken;
using namespace kraken::parse;
namespace {