1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* nacl/pepper_main.c: Removed an unnecessary and errorneous inclusion.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
yugui 2012-06-15 00:03:56 +00:00
parent 2c4b4a3091
commit 88fa84a560
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Fri Jun 15 09:01:35 2012 Yuki Yugui Sonoda <yugui@google.com>
* nacl/pepper_main.c: Removed an unnecessary and errorneous inclusion.
Thu Jun 14 22:59:56 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (RUBY_CPPOUTFILE): check if output is really sent to

View file

@ -27,7 +27,6 @@
#include "ppapi/c/ppp_messaging.h"
#include "ruby/ruby.h"
#include "ruby/embed.h"
#include "gc.h"
RUBY_GLOBAL_SETUP