aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/safe_hash.h
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2016-06-21 18:04:34 +0200
committerLukas Larsson <[email protected]>2016-07-14 16:00:40 +0200
commitee03460053a40df8358679d21adaa33c40b243fb (patch)
tree4c8b96f4ff25d2bc5d40da39c98ae6c1179f8f9c /erts/emulator/beam/safe_hash.h
parent336f9be03b7d38223db3866ecbde948fbf393a41 (diff)
downloadotp-ee03460053a40df8358679d21adaa33c40b243fb.tar.gz
otp-ee03460053a40df8358679d21adaa33c40b243fb.tar.bz2
otp-ee03460053a40df8358679d21adaa33c40b243fb.zip
erts: Cleanup a bunch of un-neccesary #ifndefs
Diffstat (limited to 'erts/emulator/beam/safe_hash.h')
-rw-r--r--erts/emulator/beam/safe_hash.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/erts/emulator/beam/safe_hash.h b/erts/emulator/beam/safe_hash.h
index 6910b33004..285103cb17 100644
--- a/erts/emulator/beam/safe_hash.h
+++ b/erts/emulator/beam/safe_hash.h
@@ -26,14 +26,9 @@
#ifndef __SAFE_HASH_H__
#define __SAFE_HASH_H__
-
-#ifndef __SYS_H__
#include "sys.h"
-#endif
-
#include "erl_alloc.h"
-
typedef unsigned long SafeHashValue;
typedef int (*SHCMP_FUN)(void*, void*);