diff options
| author | Junji Sawada <[email protected]> | 2012-07-14 11:39:25 +0900 |
|---|---|---|
| committer | Junji Sawada <[email protected]> | 2012-07-14 11:39:25 +0900 |
| commit | 96366117ea4bd91bccf00110469765ebc1ebaa8c (patch) | |
| tree | a0ea5f5df41847e0978ddeeb73ceccb698121438 /src/string.c | |
| parent | 08f7fab377dab2ed4d9e6d7f4a304f2ce804d12c (diff) | |
| download | mruby-96366117ea4bd91bccf00110469765ebc1ebaa8c.tar.gz mruby-96366117ea4bd91bccf00110469765ebc1ebaa8c.zip | |
Remove unnecessary header inclusion
Diffstat (limited to 'src/string.c')
| -rw-r--r-- | src/string.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/string.c b/src/string.c index 14da83c51..e41116ebc 100644 --- a/src/string.c +++ b/src/string.c @@ -10,11 +10,10 @@ #include <string.h> #include "mruby/string.h" #include <ctype.h> -#include "mruby/numeric.h" +#include <limits.h> #include "mruby/range.h" #include "mruby/array.h" #include "mruby/class.h" -#include "mruby/variable.h" #include <stdio.h> #ifdef ENABLE_REGEXP #include "re.h" |
