Move hardened_hash to container/

This commit is contained in:
Vinnie Falco
2014-03-25 12:18:36 -07:00
parent d64f5a387c
commit 6b467e7e59
7 changed files with 22 additions and 13 deletions

View File

@@ -23,3 +23,4 @@
#include "tests/aged_associative_container.test.cpp"
#include "tests/buffer_view.test.cpp"
#include "tests/hardened_hash.test.cpp"

View File

@@ -17,12 +17,12 @@
*/
//==============================================================================
#ifndef BEAST_UTILITY_HARDENED_HASH_H_INCLUDED
#define BEAST_UTILITY_HARDENED_HASH_H_INCLUDED
#ifndef BEAST_CONTAINER_HARDENED_HASH_H_INCLUDED
#define BEAST_CONTAINER_HARDENED_HASH_H_INCLUDED
#include "is_call_possible.h"
#include "../utility/is_call_possible.h"
#include "noexcept.h"
#include "../utility/noexcept.h"
#include <functional>
#include <mutex>
#include <random>

View File

@@ -24,7 +24,7 @@
#include "MurmurHash.h"
#include "../ByteOrder.h"
#include "../utility/hardened_hash.h"
#include "../container/hardened_hash.h"
#include "../utility/noexcept.h"
#include <algorithm>

View File

@@ -31,4 +31,3 @@
#include "tests/bassert.test.cpp"
#include "tests/empty_base_optimization.test.cpp"
#include "tests/hardened_hash.test.cpp"