aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/env/env.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/env/env.c b/lib/env/env.c
index 669527e..a458377 100644
--- a/lib/env/env.c
+++ b/lib/env/env.c
@@ -25,8 +25,6 @@ const char *getenv(const char *key)
return ++value;
}
-#include "../io/io.h"
-
void setenv(const char *key, const char *value)
{
char **p = __getenvpair(key);