diff --git a/src/includes/3thparty/sparsehash/internal/densehashtable.h b/src/includes/3thparty/sparsehash/internal/densehashtable.h index 96f1cd0..a678453 100644 --- a/src/includes/3thparty/sparsehash/internal/densehashtable.h +++ b/src/includes/3thparty/sparsehash/internal/densehashtable.h @@ -89,7 +89,7 @@ #ifndef _DENSEHASHTABLE_H_ #define _DENSEHASHTABLE_H_ -#include "./internal/sparseconfig.h" +#include "./sparseconfig.h" #include #include // for FILE, fwrite, fread #include // For swap(), eg @@ -97,9 +97,9 @@ #include // for numeric_limits #include // For uninitialized_fill #include // 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 // For length_error _START_GOOGLE_NAMESPACE_ diff --git a/src/includes/3thparty/sparsehash/internal/hashtable-common.h b/src/includes/3thparty/sparsehash/internal/hashtable-common.h index e913eb7..f34863a 100644 --- a/src/includes/3thparty/sparsehash/internal/hashtable-common.h +++ b/src/includes/3thparty/sparsehash/internal/hashtable-common.h @@ -40,7 +40,7 @@ #ifndef UTIL_GTL_HASHTABLE_COMMON_H_ #define UTIL_GTL_HASHTABLE_COMMON_H_ -#include "./internal/sparseconfig.h" +#include "./sparseconfig.h" #include #include #include // for size_t diff --git a/src/includes/3thparty/sparsehash/internal/libc_allocator_with_realloc.h b/src/includes/3thparty/sparsehash/internal/libc_allocator_with_realloc.h index 22310f5..16bc9c0 100644 --- a/src/includes/3thparty/sparsehash/internal/libc_allocator_with_realloc.h +++ b/src/includes/3thparty/sparsehash/internal/libc_allocator_with_realloc.h @@ -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 // for malloc/realloc/free #include // for ptrdiff_t #include // for placement new diff --git a/src/includes/3thparty/sparsehash/internal/sparsehashtable.h b/src/includes/3thparty/sparsehash/internal/sparsehashtable.h index f1524fe..7959ea2 100644 --- a/src/includes/3thparty/sparsehash/internal/sparsehashtable.h +++ b/src/includes/3thparty/sparsehash/internal/sparsehashtable.h @@ -95,15 +95,15 @@ #ifndef _SPARSEHASHTABLE_H_ #define _SPARSEHASHTABLE_H_ -#include "./internal/sparseconfig.h" +#include "./sparseconfig.h" #include #include // For swap(), eg #include // for iterator tags #include // for numeric_limits #include // 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 // For length_error _START_GOOGLE_NAMESPACE_ diff --git a/src/includes/3thparty/sparsehash/sparsetable b/src/includes/3thparty/sparsehash/sparsetable index 0b1a9e3..efe3b4e 100644 --- a/src/includes/3thparty/sparsehash/sparsetable +++ b/src/includes/3thparty/sparsehash/sparsetable @@ -224,7 +224,7 @@ #ifndef UTIL_GTL_SPARSETABLE_H_ #define UTIL_GTL_SPARSETABLE_H_ -#include "/internal/sparseconfig.h" +#include "./internal/sparseconfig.h" #include // for malloc/free #include // to read/write tables #include // for memcpy