diff options
author | Lukas Larsson <[email protected]> | 2016-07-14 16:19:10 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2016-07-14 16:19:10 +0200 |
commit | 0737ad60e3ab97aa481d63c17eebafe1f2bddd55 (patch) | |
tree | f148fac63eb7ddbf69c436bfbb395c1df345329d /erts/emulator/beam/big.h | |
parent | f7b0cbbab08f2d3f733dfe2e201ce0ff614daaf3 (diff) | |
parent | 571776ede924840f2a70681764031ca3372dd919 (diff) | |
download | otp-0737ad60e3ab97aa481d63c17eebafe1f2bddd55.tar.gz otp-0737ad60e3ab97aa481d63c17eebafe1f2bddd55.tar.bz2 otp-0737ad60e3ab97aa481d63c17eebafe1f2bddd55.zip |
Merge branch 'lukas/erts/dirty_msacc_cleanup/OTP-13744' into maint
* lukas/erts/dirty_msacc_cleanup/OTP-13744:
erts: Update msacc docs with dirty scheduler info
erts: Cleanup a bunch of un-neccesary #ifndefs
erts: Fix some msacc inline directives
erts: Add extra bif msacc states
erts: Add erts_map_from_ks_and_vs
erts: Fix msacc for dirty scheduler and heap_limit
Diffstat (limited to 'erts/emulator/beam/big.h')
-rw-r--r-- | erts/emulator/beam/big.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/erts/emulator/beam/big.h b/erts/emulator/beam/big.h index 464acd67f6..4a96d971c3 100644 --- a/erts/emulator/beam/big.h +++ b/erts/emulator/beam/big.h @@ -21,17 +21,8 @@ #ifndef __BIG_H__ #define __BIG_H__ -#ifndef __SYS_H__ #include "sys.h" -#endif - -#ifndef __CONFIG_H__ -#include "erl_vm.h" -#endif - -#ifndef __GLOBAL_H__ #include "global.h" -#endif typedef Uint ErtsDigit; |