diff options
author | Björn-Egil Dahlberg <[email protected]> | 2015-02-23 17:47:26 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2015-03-12 19:15:28 +0100 |
commit | efb521c69baccb8ab905595c222abf353c5c3283 (patch) | |
tree | d0f1ba29753edec24c067c2c123a2d679d656746 /erts/emulator/hipe | |
parent | 7ac42c5d31f7722907b44d2df3421f8cd88d48c5 (diff) | |
download | otp-efb521c69baccb8ab905595c222abf353c5c3283.tar.gz otp-efb521c69baccb8ab905595c222abf353c5c3283.tar.bz2 otp-efb521c69baccb8ab905595c222abf353c5c3283.zip |
erts: Remove erl_hashmap.[ch] files
Diffstat (limited to 'erts/emulator/hipe')
-rw-r--r-- | erts/emulator/hipe/hipe_gc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/hipe/hipe_gc.c b/erts/emulator/hipe/hipe_gc.c index 398cbcdf14..b10263f6e2 100644 --- a/erts/emulator/hipe/hipe_gc.c +++ b/erts/emulator/hipe/hipe_gc.c @@ -28,7 +28,6 @@ #include "global.h" #include "erl_gc.h" -#include "erl_hashmap.h" #include "hipe_stack.h" #include "hipe_gc.h" |