aboutsummaryrefslogtreecommitdiff
path: root/redist
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2017-03-14 21:25:53 -0400
committercnlohr <lohr85@gmail.com>2017-03-14 21:25:53 -0400
commit99b615ba75f24e48b713e9b23ae596d7ddf1c59b (patch)
tree5fb377265e9e38e441dd469043da88d3f237cd92 /redist
parent9aabbe7720b3c315048f977642e4bb8e387b572a (diff)
downloadlibsurvive-99b615ba75f24e48b713e9b23ae596d7ddf1c59b.tar.gz
libsurvive-99b615ba75f24e48b713e9b23ae596d7ddf1c59b.tar.bz2
Handle autoregistration of startup functions.
Diffstat (limited to 'redist')
-rw-r--r--redist/symbol_enumerator.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/redist/symbol_enumerator.c b/redist/symbol_enumerator.c
index 756a1ca..eddddb9 100644
--- a/redist/symbol_enumerator.c
+++ b/redist/symbol_enumerator.c
@@ -87,8 +87,6 @@ int EnumerateSymbols( SymEnumeratorCallback cb )
#include <limits.h>
#include <string.h>
-#include "elf_enum.h"
-
#ifndef __GNUC__
#define __int128_t long long long
#endif
@@ -240,4 +238,4 @@ int EnumerateSymbols( SymEnumeratorCallback cb )
-#endif \ No newline at end of file
+#endif