Merge pull request #5872 from dearblue/src-headers

Avoid uses `mruby/src/error.h` file
This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-12-25 18:10:59 +09:00
committed by GitHub
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