ruby-changes:58198
From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Thu, 10 Oct 2019 18:16:00 +0900 (JST)
Subject: [ruby-changes:58198] 3f413896c3 (master): forgot to delete unused #incude line
https://git.ruby-lang.org/ruby.git/commit/?id=3f413896c3 From 3f413896c3e71e4d2ed61bcd969f2ed3fc35ea4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= <shyouhei@r...> Date: Thu, 10 Oct 2019 18:15:33 +0900 Subject: forgot to delete unused #incude line diff --git a/error.c b/error.c index fa750e2..b7aec28 100644 --- a/error.c +++ b/error.c @@ -11,7 +11,6 @@ https://github.com/ruby/ruby/blob/trunk/error.c#L11 #include "ruby/encoding.h" #include "ruby/st.h" -#include "ruby/thread.h" #include "internal.h" #include "ruby_assert.h" #include "vm_core.h" -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/