aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2019-10-10 18:15:33 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2019-10-10 18:15:33 +0900
commit3f413896c3e71e4d2ed61bcd969f2ed3fc35ea4a (patch)
treede5ba43354d47752835a8b63e6a20f223f7918d2 /error.c
parent2d393bf1255864706cabdd9375dd26e33bdf40b9 (diff)
downloadruby-3f413896c3e71e4d2ed61bcd969f2ed3fc35ea4a.tar.gz
forgot to delete unused #incude line
Diffstat (limited to 'error.c')
-rw-r--r--error.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/error.c b/error.c
index fa750e2a3e..b7aec28940 100644
--- a/error.c
+++ b/error.c
@@ -11,7 +11,6 @@
#include "ruby/encoding.h"
#include "ruby/st.h"
-#include "ruby/thread.h"
#include "internal.h"
#include "ruby_assert.h"
#include "vm_core.h"