summaryrefslogtreecommitdiffstats
path: root/pw/reallocarray.h
diff options
context:
space:
mode:
Diffstat (limited to 'pw/reallocarray.h')
-rw-r--r--pw/reallocarray.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/pw/reallocarray.h b/pw/reallocarray.h
index eacd3cc..5b01046 100644
--- a/pw/reallocarray.h
+++ b/pw/reallocarray.h
@@ -1,5 +1 @@
-#include <errno.h>
-#include <stdlib.h>
-#include <unistd.h>
-
void *reallocarray(void *optr, size_t nmemb, size_t size);