Remove unnecessary #include in generated files

This commit is contained in:
KOBAYASHI Shuji
2021-01-09 14:50:23 +09:00
parent 69482dbc8e
commit 892bf15cd7
2 changed files with 4 additions and 2 deletions
+4
View File
@@ -248,6 +248,10 @@ module MRuby
f.puts %Q[#include <mruby.h>]
else
f.puts %Q[#include <stdlib.h>]
unless build.presym_enabled?
f.puts %Q[#include <mruby.h>]
f.puts %Q[#include <mruby/proc.h>]
end
end
end