summaryrefslogtreecommitdiffhomepage
path: root/src/codegen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/codegen.c')
-rw-r--r--src/codegen.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/codegen.c b/src/codegen.c
index bbce4aac2..cff3b3ce4 100644
--- a/src/codegen.c
+++ b/src/codegen.c
@@ -4,16 +4,16 @@
** See Copyright Notice in mruby.h
*/
+#include <ctype.h>
+#include <stdlib.h>
+#include <string.h>
#include "mruby.h"
-#include "mruby/string.h"
-#include "mruby/irep.h"
#include "mruby/compile.h"
+#include "mruby/irep.h"
#include "mruby/numeric.h"
-#include "opcode.h"
+#include "mruby/string.h"
#include "node.h"
-#include <string.h>
-#include <stdlib.h>
-#include <ctype.h>
+#include "opcode.h"
#include "re.h"
typedef mrb_ast_node node;