summaryrefslogtreecommitdiff
path: root/src/wordexp/wordfree.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wordexp/wordfree.c')
-rw-r--r--src/wordexp/wordfree.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/wordexp/wordfree.c b/src/wordexp/wordfree.c
index 4bf8ea16..0568f261 100644
--- a/src/wordexp/wordfree.c
+++ b/src/wordexp/wordfree.c
@@ -1,6 +1,5 @@
-#include "sys/types.h"
#include <wordexp.h>
-#include "stdlib.h"
+#include <stdlib.h>
void wordfree(wordexp_t *pwordexp)
{
@@ -10,4 +9,3 @@ void wordfree(wordexp_t *pwordexp)
/*
POSIX(2)
*/
-