aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/beam_lib.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2010-05-06 16:35:18 +0200
committerBjörn Gustavsson <[email protected]>2010-05-06 16:50:24 +0200
commita31b2b2639cc2d6ba9d3873a28ff084e93852c8b (patch)
tree5c4a43136c3461d8a68287a1dc9842427b8fd982 /lib/stdlib/src/beam_lib.erl
parent3f8f87ec0ec647884111186968271eff990decc5 (diff)
downloadotp-a31b2b2639cc2d6ba9d3873a28ff084e93852c8b.tar.gz
otp-a31b2b2639cc2d6ba9d3873a28ff084e93852c8b.tar.bz2
otp-a31b2b2639cc2d6ba9d3873a28ff084e93852c8b.zip
Remove redundant includes
Diffstat (limited to 'lib/stdlib/src/beam_lib.erl')
-rw-r--r--lib/stdlib/src/beam_lib.erl3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/stdlib/src/beam_lib.erl b/lib/stdlib/src/beam_lib.erl
index 0f853daafc..2183da8eea 100644
--- a/lib/stdlib/src/beam_lib.erl
+++ b/lib/stdlib/src/beam_lib.erl
@@ -44,9 +44,6 @@
-import(lists, [append/1, delete/2, foreach/2, keysort/2,
member/2, reverse/1, sort/1, splitwith/2]).
--include_lib("kernel/include/file.hrl").
--include("erl_compile.hrl").
-
%%-------------------------------------------------------------------------
-type beam() :: module() | file:filename() | binary().