summaryrefslogtreecommitdiff
path: root/include/ruby/3/core
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2020-04-10 11:20:35 +0900
committerKoichi Sasada <ko1@atdot.net>2020-04-10 14:53:25 +0900
commit443389effc37308ce1a3c3a840082a344fc6af56 (patch)
treedb47722822c73d30be82410b880fda0fcb14a199 /include/ruby/3/core
parent63a5412db7138297a2e7513067ef80dad7a3b4b4 (diff)
reduce duplicate include.
Without this patch, 20k files are opened (openat syscall) because of duplicate includes. This patch reduced it to 3k and build time was reduced compile time of range.o from 15sec -> 3sec on my machine. [Bug #16772]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3010
Diffstat (limited to 'include/ruby/3/core')
-rw-r--r--include/ruby/3/core/rdata.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ruby/3/core/rdata.h b/include/ruby/3/core/rdata.h
index d39a01b52f..651ceed0d7 100644
--- a/include/ruby/3/core/rdata.h
+++ b/include/ruby/3/core/rdata.h
@@ -32,7 +32,6 @@
#include "ruby/3/core/rbasic.h"
#include "ruby/3/dllexport.h"
#include "ruby/3/fl_type.h"
-#include "ruby/3/token_paste.h"
#include "ruby/3/value.h"
#include "ruby/3/value_type.h"
#include "ruby/defines.h"