From fbbb976768056554930a04c88f7b17c672753456 Mon Sep 17 00:00:00 2001 From: c9s Date: Tue, 20 May 2014 23:54:15 +0800 Subject: [PATCH] r3_define.h is removed --- include/str_array.h | 2 -- tests/bench_str.csv | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/str_array.h b/include/str_array.h index 3b37fda..bcefdf8 100644 --- a/include/str_array.h +++ b/include/str_array.h @@ -8,8 +8,6 @@ #ifndef TOKEN_H #define TOKEN_H -#include "r3_define.h" - typedef struct _str_array { char **tokens; int len; diff --git a/tests/bench_str.csv b/tests/bench_str.csv index f42892a..74b5f8e 100644 --- a/tests/bench_str.csv +++ b/tests/bench_str.csv @@ -393,3 +393,4 @@ 1400600326,14049707.03 1400600677,13384789.38 1400600754,13649118.34 +1400601224,13742996.84