summaryrefslogtreecommitdiffhomepage
path: root/benchmark.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark.cpp')
-rw-r--r--benchmark.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/benchmark.cpp b/benchmark.cpp
index 915a6cc4..9ecbe4b6 100644
--- a/benchmark.cpp
+++ b/benchmark.cpp
@@ -2,9 +2,8 @@
#include <stdio.h>
#include <time.h>
#include <unordered_map>
-#include <clib/cstring.h>
-#include <clib/cmap.h>
-#include "khashl.hpp"
+#include <c_lib/cstring.h>
+#include <c_lib/cmap.h>
declare_CMap(ii, int64_t, int64_t);
declare_CVector_string(s);