Skip to content

Commit 3abe4fa

Browse files
committed
Arrange alphabetically the #includes here too
1 parent 99f80ec commit 3abe4fa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
#include <mruby.h>
99
#include <mruby/array.h>
10-
#include <mruby/variable.h>
11-
#include <mruby/irep.h>
12-
#include <mruby/dump.h>
1310
#include <mruby/compile.h>
11+
#include <mruby/dump.h>
12+
#include <mruby/irep.h>
13+
#include <mruby/variable.h>
1414

1515
#include <whereami.h>
1616

0 commit comments

Comments
 (0)