mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove unnecessary header inclusion
This commit is contained in:
+1
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user