aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/safe_hash.h
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2016-07-14 16:19:26 +0200
committerLukas Larsson <[email protected]>2016-07-14 16:19:26 +0200
commit2a74dd3344db6b6d1ae897dae221401df358eba1 (patch)
treea78cd6f373039ffad4ece5c05149823636e71a34 /erts/emulator/beam/safe_hash.h
parenteeebefc37ae342f3d7cbbd329b6d75d3963e4811 (diff)
parent0737ad60e3ab97aa481d63c17eebafe1f2bddd55 (diff)
downloadotp-2a74dd3344db6b6d1ae897dae221401df358eba1.tar.gz
otp-2a74dd3344db6b6d1ae897dae221401df358eba1.tar.bz2
otp-2a74dd3344db6b6d1ae897dae221401df358eba1.zip
Merge branch 'maint'
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*);