summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libc-sha1.c (renamed from src/libc-sha1.h)2
-rw-r--r--src/libc.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/libc-sha1.h b/src/libc-sha1.c
index 43b562a..b455c16 100644
--- a/src/libc-sha1.h
+++ b/src/libc-sha1.c
@@ -1,5 +1,3 @@
-#pragma once
-
/*
SHA-1 in C
By Steve Reid <steve@edmweb.com>
diff --git a/src/libc.c b/src/libc.c
index e4c80a7..7f7b42b 100644
--- a/src/libc.c
+++ b/src/libc.c
@@ -83,8 +83,6 @@ tkill(int tid, int sig)
return syscall(SYS_tkill, tid, sig);
}
-#include "libc-sha1.h"
-
// Stuff needed for runtime compatibility, but not neccessary for linking
// Also stuff that exists in glibc, but needs to be wrapped for runtime compatibility