forked from MassiveAtoms/hashmap-bench
fixed google maps
This commit is contained in:
parent
f0f1aef39d
commit
5b0b4aeecc
@ -89,7 +89,7 @@
|
||||
#ifndef _DENSEHASHTABLE_H_
|
||||
#define _DENSEHASHTABLE_H_
|
||||
|
||||
#include "./internal/sparseconfig.h"
|
||||
#include "./sparseconfig.h"
|
||||
#include <assert.h>
|
||||
#include <stdio.h> // for FILE, fwrite, fread
|
||||
#include <algorithm> // For swap(), eg
|
||||
@ -97,9 +97,9 @@
|
||||
#include <limits> // for numeric_limits
|
||||
#include <memory> // For uninitialized_fill
|
||||
#include <utility> // for pair
|
||||
#include "./internal/hashtable-common.h"
|
||||
#include "./internal/libc_allocator_with_realloc.h"
|
||||
#include "./type_traits.h"
|
||||
#include "./hashtable-common.h"
|
||||
#include "./libc_allocator_with_realloc.h"
|
||||
#include "../type_traits.h"
|
||||
#include <stdexcept> // For length_error
|
||||
|
||||
_START_GOOGLE_NAMESPACE_
|
||||
|
@ -40,7 +40,7 @@
|
||||
#ifndef UTIL_GTL_HASHTABLE_COMMON_H_
|
||||
#define UTIL_GTL_HASHTABLE_COMMON_H_
|
||||
|
||||
#include "./internal/sparseconfig.h"
|
||||
#include "./sparseconfig.h"
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stddef.h> // for size_t
|
||||
|
@ -32,7 +32,7 @@
|
||||
#ifndef UTIL_GTL_LIBC_ALLOCATOR_WITH_REALLOC_H_
|
||||
#define UTIL_GTL_LIBC_ALLOCATOR_WITH_REALLOC_H_
|
||||
|
||||
#include "./internal/sparseconfig.h"
|
||||
#include "./sparseconfig.h"
|
||||
#include <stdlib.h> // for malloc/realloc/free
|
||||
#include <stddef.h> // for ptrdiff_t
|
||||
#include <new> // for placement new
|
||||
|
@ -95,15 +95,15 @@
|
||||
#ifndef _SPARSEHASHTABLE_H_
|
||||
#define _SPARSEHASHTABLE_H_
|
||||
|
||||
#include "./internal/sparseconfig.h"
|
||||
#include "./sparseconfig.h"
|
||||
#include <assert.h>
|
||||
#include <algorithm> // For swap(), eg
|
||||
#include <iterator> // for iterator tags
|
||||
#include <limits> // for numeric_limits
|
||||
#include <utility> // for pair
|
||||
#include "./type_traits.h" // for remove_const
|
||||
#include "./internal/hashtable-common.h"
|
||||
#include "./sparsetable" // IWYU pragma: export
|
||||
#include "../type_traits.h" // for remove_const
|
||||
#include "./hashtable-common.h"
|
||||
#include "../sparsetable" // IWYU pragma: export
|
||||
#include <stdexcept> // For length_error
|
||||
|
||||
_START_GOOGLE_NAMESPACE_
|
||||
|
@ -224,7 +224,7 @@
|
||||
#ifndef UTIL_GTL_SPARSETABLE_H_
|
||||
#define UTIL_GTL_SPARSETABLE_H_
|
||||
|
||||
#include "/internal/sparseconfig.h"
|
||||
#include "./internal/sparseconfig.h"
|
||||
#include <stdlib.h> // for malloc/free
|
||||
#include <stdio.h> // to read/write tables
|
||||
#include <string.h> // for memcpy
|
||||
|
Loading…
Reference in New Issue
Block a user