From 470f0644c0caae6e91894e078afbf28c2e13266e Mon Sep 17 00:00:00 2001 From: greg Date: Mon, 29 Apr 2019 22:20:27 -0400 Subject: [PATCH] cleanup a couple of headers included twice --- parallel_hashmap/phmap.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/parallel_hashmap/phmap.h b/parallel_hashmap/phmap.h index 0263eaf..034ae5b 100644 --- a/parallel_hashmap/phmap.h +++ b/parallel_hashmap/phmap.h @@ -36,7 +36,6 @@ #include #include -#include #include #include #include @@ -45,13 +44,11 @@ #include #include #include -#include #include -#include "phmap_bits.h" +#include "phmap_utils.h" #include "phmap_base.h" #include "phmap_fwd_decl.h" -#include "phmap_utils.h" #if PHMAP_HAVE_STD_STRING_VIEW #include