summaryrefslogtreecommitdiff
path: root/src/runtime/c/gu/seq.c
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2014-10-20 07:50:42 +0000
committerkr.angelov <kr.angelov@gmail.com>2014-10-20 07:50:42 +0000
commitbb1f0f3368f3ee2065b0e5ee74e3c45b0116e8a9 (patch)
tree943c45eb896e0e99564ad84f27fed4d96cf09aaa /src/runtime/c/gu/seq.c
parent84bce336fd2acc5b18e0e8792a82b682dacaab37 (diff)
get rid of gu/str.(c|h)
Diffstat (limited to 'src/runtime/c/gu/seq.c')
-rw-r--r--src/runtime/c/gu/seq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/c/gu/seq.c b/src/runtime/c/gu/seq.c
index 83d7cfd9f..65d1b945c 100644
--- a/src/runtime/c/gu/seq.c
+++ b/src/runtime/c/gu/seq.c
@@ -1,7 +1,6 @@
#include <gu/out.h>
#include <gu/seq.h>
#include <gu/fun.h>
-#include <gu/str.h>
#include <gu/assert.h>
#include <stdlib.h>
#ifdef __MINGW32__