Renamed due to unresolvable clash with system header on Linux.

This commit is contained in:
John Wellbelove 2017-08-16 13:11:56 +01:00
parent af7d11c30c
commit 67b24408cb
7 changed files with 1 additions and 6 deletions

View File

@ -36,7 +36,6 @@ SOFTWARE.
#include "platform.h"
#include "static_assert.h"
#include "type_traits.h"
#include "endian.h"
#include "ihash.h"
#include "array.h"
#include "container.h"

View File

@ -34,7 +34,6 @@ SOFTWARE.
#include <stdint.h>
#include "checksum.h"
#include "endian.h"
namespace
{

View File

@ -29,7 +29,7 @@ SOFTWARE.
#include "UnitTest++.h"
#include <string>
#include "endian.h"
#include "endianness.h"
namespace
{

View File

@ -34,7 +34,6 @@ SOFTWARE.
#include <stdint.h>
#include "jenkins.h"
#include "endian.h"
template <typename TIterator>
uint32_t jenkins(TIterator begin, TIterator end)

View File

@ -36,7 +36,6 @@ SOFTWARE.
#include <stdint.h>
#include "murmur3.h"
#include "endian.h"
namespace
{

View File

@ -35,7 +35,6 @@ SOFTWARE.
#include <stdint.h>
#include "pearson.h"
#include "endian.h"
const size_t HASH_SIZE = 8;
typedef etl::pearson<HASH_SIZE>::value_type hash_t;