diff options
| author | Tyge Løvset <[email protected]> | 2020-07-17 11:51:07 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2020-07-17 11:51:07 +0200 |
| commit | da4d127cbd65c35fee03411df66eadd34e7a999b (patch) | |
| tree | fc5dddc3ec7232597c6d471698c6e91ae9af470c /examples/benchmark.c | |
| parent | 7cda97c127076acbbaa7b472cf5a89357c1d9a84 (diff) | |
| download | STC-modified-da4d127cbd65c35fee03411df66eadd34e7a999b.tar.gz STC-modified-da4d127cbd65c35fee03411df66eadd34e7a999b.zip | |
Renamed chash.h to cmap.h and added cset.h
Diffstat (limited to 'examples/benchmark.c')
| -rw-r--r-- | examples/benchmark.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/benchmark.c b/examples/benchmark.c index 31b36b1a..cadb220c 100644 --- a/examples/benchmark.c +++ b/examples/benchmark.c @@ -1,6 +1,6 @@ -#include "../stc/crandom.h"
-#include "../stc/cstr.h"
-#include "../stc/chash.h"
+#include <stc/crandom.h>
+#include <stc/cstr.h>
+#include <stc/cmap.h>
#include "others/khash.h"
#include <stdio.h>
|
