Move hardened_hash to container/

This commit is contained in:
Vinnie Falco
2014-03-25 12:18:36 -07:00
parent 428872731a
commit bbc8a8fdc4
10 changed files with 25 additions and 15 deletions

View File

@@ -22,7 +22,7 @@
#include "../../beast/beast/FixedArray.h"
#include "../../beast/beast/crypto/MurmurHash.h"
#include "../../beast/beast/utility/hardened_hash.h"
#include "../../beast/beast/container/hardened_hash.h"
namespace ripple {

View File

@@ -25,7 +25,7 @@
#ifndef RIPPLE_TYPES_BASE_UINT_H_INCLUDED
#define RIPPLE_TYPES_BASE_UINT_H_INCLUDED
#include "../../beast/beast/utility/hardened_hash.h"
#include "../../beast/beast/container/hardened_hash.h"
#include <functional>