diff options
author | Sverker Eriksson <[email protected]> | 2015-11-30 12:08:15 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2015-11-30 12:08:15 +0100 |
commit | 2afa7580910050b9b087a188215f27553cc0aba3 (patch) | |
tree | 56cc891e9ede54bd1acd1582c0aece7fc69e78bd /erts/emulator/beam/hash.c | |
parent | 4b4c3d525a06309b7e23c7c3ccf7a358bd0f33f3 (diff) | |
download | otp-2afa7580910050b9b087a188215f27553cc0aba3.tar.gz otp-2afa7580910050b9b087a188215f27553cc0aba3.tar.bz2 otp-2afa7580910050b9b087a188215f27553cc0aba3.zip |
erts: Remove unused include files from hash.c
Note that hash.c is quite "clean" from Erlang stuff
and is used by erl_child_setup as well.
Diffstat (limited to 'erts/emulator/beam/hash.c')
-rw-r--r-- | erts/emulator/beam/hash.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/erts/emulator/beam/hash.c b/erts/emulator/beam/hash.c index 9d247db039..75d091d11c 100644 --- a/erts/emulator/beam/hash.c +++ b/erts/emulator/beam/hash.c @@ -27,8 +27,6 @@ #endif #include "sys.h" -#include "erl_vm.h" -#include "global.h" #include "hash.h" /* |