summaryrefslogtreecommitdiff
path: root/include/ruby/internal/attr/restrict.h
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2021-04-09 18:01:15 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2021-04-13 14:30:21 +0900
commit6413dc27dca1347d95f0b37527a794b182e4f7b9 (patch)
treef087bc733fceb56e7fd58ab32fa9ec26663a46c5 /include/ruby/internal/attr/restrict.h
parentf411fcd14587cfbf1efb86944134b993c04b050e (diff)
dependency updates
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4371
Diffstat (limited to 'include/ruby/internal/attr/restrict.h')
-rw-r--r--include/ruby/internal/attr/restrict.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ruby/internal/attr/restrict.h b/include/ruby/internal/attr/restrict.h
index 3c69312504..aca122af45 100644
--- a/include/ruby/internal/attr/restrict.h
+++ b/include/ruby/internal/attr/restrict.h
@@ -22,7 +22,6 @@
*/
#include "ruby/internal/compiler_since.h"
#include "ruby/internal/has/attribute.h"
-#include "ruby/internal/token_paste.h"
/* :FIXME: config.h includes conflicting `#define restrict`. MSVC can be
* detected using `RBIMPL_COMPILER_SINCE()`, but Clang & family cannot use