Unverified Commit 791391cf authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #4514 from mimaki/fix-error.h

Fix path of `error.h`.
parents 1685c459 b630bf59
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
*/ */
#include "mruby.h" #include "mruby.h"
#include "error.h" #include "mruby/error.h"
#include "mruby/array.h" #include "mruby/array.h"
#include "mruby/class.h" #include "mruby/class.h"
#include "mruby/numeric.h" #include "mruby/numeric.h"
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
#include "mruby/numeric.h" #include "mruby/numeric.h"
#include "mruby/string.h" #include "mruby/string.h"
#include "mruby/variable.h" #include "mruby/variable.h"
#include "error.h" #include "mruby/error.h"
#include "mruby/ext/io.h" #include "mruby/ext/io.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment