diff options
| author | Tyge Løvset <[email protected]> | 2020-03-16 18:47:10 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-16 18:47:10 +0100 |
| commit | a975745f0d96785f52785531dc0bcb73c502c285 (patch) | |
| tree | ecf0d7f5b2d9626f4e0b9c8c0403e5895f35998c /benchmark.cpp | |
| parent | b79e74900c4214d8197f92f3be0bb8720c63f076 (diff) | |
| download | STC-modified-a975745f0d96785f52785531dc0bcb73c502c285.tar.gz STC-modified-a975745f0d96785f52785531dc0bcb73c502c285.zip | |
Update benchmark.cpp
Diffstat (limited to 'benchmark.cpp')
| -rw-r--r-- | benchmark.cpp | 5 |
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);
|
