summaryrefslogtreecommitdiffhomepage
path: root/benchmark.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark.cpp')
-rw-r--r--benchmark.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark.cpp b/benchmark.cpp
index 2cf1929b..fa975d25 100644
--- a/benchmark.cpp
+++ b/benchmark.cpp
@@ -1,9 +1,9 @@
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
-#include "c_string.h"
-#include "c_hashmap.h"
#include <unordered_map>
+#include <clib/cstring.h>
+#include <clib/cmap.h>
declare_CMap(ii, int, int);