diff options
author | Björn Gustavsson <[email protected]> | 2015-09-10 16:38:05 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-11-09 15:38:50 +0100 |
commit | bd60ac17406d0cd4c12cc92944dfc1fdc068a746 (patch) | |
tree | ab3fc605a190c5973b763c44937a17eaab928f89 /lib/compiler | |
parent | e59290283c595efa84c8ac7720eb128dedb98fce (diff) | |
download | otp-bd60ac17406d0cd4c12cc92944dfc1fdc068a746.tar.gz otp-bd60ac17406d0cd4c12cc92944dfc1fdc068a746.tar.bz2 otp-bd60ac17406d0cd4c12cc92944dfc1fdc068a746.zip |
sys_pre_expand: Remove unnecessary inclusion of erl_bits.hrl
Diffstat (limited to 'lib/compiler')
-rw-r--r-- | lib/compiler/src/sys_pre_expand.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/compiler/src/sys_pre_expand.erl b/lib/compiler/src/sys_pre_expand.erl index d9cc4b530c..bd37859bc2 100644 --- a/lib/compiler/src/sys_pre_expand.erl +++ b/lib/compiler/src/sys_pre_expand.erl @@ -32,8 +32,6 @@ -import(ordsets, [from_list/1,union/2]). -import(lists, [member/2,foldl/3,foldr/3]). --include("../include/erl_bits.hrl"). - -type fa() :: {atom(), arity()}. -record(expand, {module=[], %Module name |