diff options
Diffstat (limited to 'compat/unsetenv.c')
-rw-r--r-- | compat/unsetenv.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compat/unsetenv.c b/compat/unsetenv.c index 3a5e4ec04a..eb29f5e084 100644 --- a/compat/unsetenv.c +++ b/compat/unsetenv.c @@ -1,5 +1,4 @@ -#include <stdlib.h> -#include <string.h> +#include "../git-compat-util.h" void gitunsetenv (const char *name) { |