diff options
Diffstat (limited to 'benchmark.cpp')
| -rw-r--r-- | benchmark.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmark.cpp b/benchmark.cpp index 9fdbb8fe..660cdfd4 100644 --- a/benchmark.cpp +++ b/benchmark.cpp @@ -5,9 +5,9 @@ #include <unordered_map>
#include <c_lib/cstring.h>
#include <c_lib/cmap.h>
-#include "bytell_hash_map.hpp"
-#include "robin_hood.hpp"
-
+#include "others/bytell_hash_map.h"
+#include "others/robin_hood.h"
+#include "others/khash.h"
declare_CMap(ii, int64_t, int64_t);
declare_CVector_string(s);
|
