diff options
| author | Tyge Løvset <[email protected]> | 2020-03-31 09:50:24 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-31 09:50:24 +0200 |
| commit | 71500a4385aa60ec3c5966e0d07d79b60c215d1c (patch) | |
| tree | f3368da3a06134e4a46b0786055c5e79c456f443 /benchmark.cpp | |
| parent | 1685d4cab04588df31b08f12127c6967f1ae5f7a (diff) | |
| download | STC-modified-71500a4385aa60ec3c5966e0d07d79b60c215d1c.tar.gz STC-modified-71500a4385aa60ec3c5966e0d07d79b60c215d1c.zip | |
Update benchmark.cpp
Diffstat (limited to 'benchmark.cpp')
| -rw-r--r-- | benchmark.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark.cpp b/benchmark.cpp index 36d4c733..aa0619a0 100644 --- a/benchmark.cpp +++ b/benchmark.cpp @@ -3,8 +3,8 @@ #include <time.h>
#include <unordered_map>
-#include "c_lib/cstring.h"
-#include "c_lib/cmap.h"
+#include "ccl/cstring.h"
+#include "ccl/cmap.h"
#include "others/bytell_hash_map.hpp"
#include "others/robin_hood.hpp"
|
