Avoid uses mruby/src/error.h file

This commit is contained in:
dearblue
2022-12-25 17:31:53 +09:00
parent 89830296eb
commit fec74cd040
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -1,6 +1,4 @@
MRuby::Gem::Specification.new('mruby-dir') do |spec|
spec.license = 'MIT and MIT-like license'
spec.authors = [ 'Internet Initiative Japan Inc.', 'Kevlin Henney']
spec.cc.include_paths << "#{build.root}/src"
end
+1 -1
View File
@@ -7,8 +7,8 @@
#include "mruby.h"
#include "mruby/class.h"
#include "mruby/data.h"
#include "mruby/error.h"
#include "mruby/string.h"
#include "error.h"
#include <sys/types.h>
#if defined(_WIN32) || defined(_WIN64)
#define MAXPATHLEN 1024