summaryrefslogtreecommitdiffhomepage
path: root/src/class.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-01-08 13:05:27 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-01-08 13:05:27 +0900
commit3046cc7bd8bdf470dbe8eec2de4c7a1caedcd352 (patch)
treeccf95a1fce4afea8d9d97684e79cca5a864672ae /src/class.c
parentc150f115a162c6f44d0866dba2cea91572a0ea98 (diff)
parent2040347d26a979898e6d1454c0780df0eead705e (diff)
downloadmruby-3046cc7bd8bdf470dbe8eec2de4c7a1caedcd352.tar.gz
mruby-3046cc7bd8bdf470dbe8eec2de4c7a1caedcd352.zip
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'src/class.c')
-rw-r--r--src/class.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/class.c b/src/class.c
index d29089253..4f246655e 100644
--- a/src/class.c
+++ b/src/class.c
@@ -4,9 +4,9 @@
** See Copyright Notice in mruby.h
*/
-#include "mruby.h"
-#include <stdarg.h>
#include <ctype.h>
+#include <stdarg.h>
+#include "mruby.h"
#include "mruby/array.h"
#include "mruby/class.h"
#include "mruby/numeric.h"