Tidy up nudb:

* Define WIN32_LEAN_AND_MEAN before including Windows.h
* Remove unnecessary template argument
* Rename to identity
* Make identity default api codec
This commit is contained in:
Vinnie Falco
2015-02-26 08:58:33 -08:00
committed by Tom Ritchford
parent ac7243b309
commit d537ceedd6
9 changed files with 13 additions and 10 deletions

View File

@@ -26,7 +26,6 @@
#include <ripple/nodestore/impl/EncodedBlob.h>
#include <beast/nudb.h>
#include <beast/nudb/detail/varint.h>
#include <beast/nudb/identity_codec.h>
#include <beast/nudb/visit.h>
#include <beast/hash/xxhasher.h>
#include <boost/filesystem.hpp>