summaryrefslogtreecommitdiffhomepage
path: root/examples/benchmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/benchmark.c')
-rw-r--r--examples/benchmark.c6
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>