diff options
author | Lukas Larsson <[email protected]> | 2016-06-21 18:04:34 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2016-07-14 16:00:40 +0200 |
commit | ee03460053a40df8358679d21adaa33c40b243fb (patch) | |
tree | 4c8b96f4ff25d2bc5d40da39c98ae6c1179f8f9c /erts/emulator/beam/big.h | |
parent | 336f9be03b7d38223db3866ecbde948fbf393a41 (diff) | |
download | otp-ee03460053a40df8358679d21adaa33c40b243fb.tar.gz otp-ee03460053a40df8358679d21adaa33c40b243fb.tar.bz2 otp-ee03460053a40df8358679d21adaa33c40b243fb.zip |
erts: Cleanup a bunch of un-neccesary #ifndefs
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; |