mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Renamed due to unresolvable clash with system header on Linux.
This commit is contained in:
parent
af7d11c30c
commit
67b24408cb
@ -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"
|
||||
|
||||
@ -34,7 +34,6 @@ SOFTWARE.
|
||||
#include <stdint.h>
|
||||
|
||||
#include "checksum.h"
|
||||
#include "endian.h"
|
||||
|
||||
namespace
|
||||
{
|
||||
|
||||
@ -29,7 +29,7 @@ SOFTWARE.
|
||||
#include "UnitTest++.h"
|
||||
#include <string>
|
||||
|
||||
#include "endian.h"
|
||||
#include "endianness.h"
|
||||
|
||||
namespace
|
||||
{
|
||||
|
||||
@ -34,7 +34,6 @@ SOFTWARE.
|
||||
#include <stdint.h>
|
||||
|
||||
#include "jenkins.h"
|
||||
#include "endian.h"
|
||||
|
||||
template <typename TIterator>
|
||||
uint32_t jenkins(TIterator begin, TIterator end)
|
||||
|
||||
@ -36,7 +36,6 @@ SOFTWARE.
|
||||
#include <stdint.h>
|
||||
|
||||
#include "murmur3.h"
|
||||
#include "endian.h"
|
||||
|
||||
namespace
|
||||
{
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user