summaryrefslogtreecommitdiffhomepage
path: root/cmap_test.c
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-03-12 13:46:42 +0100
committerGitHub <[email protected]>2020-03-12 13:46:42 +0100
commit702d90963a3dd7bccf543a1aa0dae061f596dc4c (patch)
treebbaf8623b3e625e5c591a6825c57fdb31ce0fb11 /cmap_test.c
parent5adef84696f2d28db786e4efb0ea6b6b833be7bb (diff)
downloadSTC-modified-702d90963a3dd7bccf543a1aa0dae061f596dc4c.tar.gz
STC-modified-702d90963a3dd7bccf543a1aa0dae061f596dc4c.zip
Add files via upload
Diffstat (limited to 'cmap_test.c')
-rw-r--r--cmap_test.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/cmap_test.c b/cmap_test.c
index d96c173c..0fa82e32 100644
--- a/cmap_test.c
+++ b/cmap_test.c
@@ -24,9 +24,8 @@
#include <stdlib.h>
#include <time.h>
-#include "cmap.h"
-#include "cstring.h"
-
+#include <clib/cmap.h>
+#include <clib/cstring.h>
declare_CVector_string(s);
declare_CMap_stringkey(ss, CString, cstring_destroy);