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