diff options
| author | Tyge Løvset <[email protected]> | 2020-03-12 13:46:42 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-12 13:46:42 +0100 |
| commit | 702d90963a3dd7bccf543a1aa0dae061f596dc4c (patch) | |
| tree | bbaf8623b3e625e5c591a6825c57fdb31ce0fb11 /benchmark.cpp | |
| parent | 5adef84696f2d28db786e4efb0ea6b6b833be7bb (diff) | |
| download | STC-modified-702d90963a3dd7bccf543a1aa0dae061f596dc4c.tar.gz STC-modified-702d90963a3dd7bccf543a1aa0dae061f596dc4c.zip | |
Add files via upload
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 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);
|
