Code

Replacing the system call pread() with lseek()/xread()/lseek() sequence.
[git.git] / builtin-repo-config.c
index 4885930ca460ba1143089c9a050ff55f4682a912..90633119d4ae873ed30889e93dbb4307af0ae0d1 100644 (file)
@@ -1,6 +1,5 @@
 #include "builtin.h"
 #include "cache.h"
-#include <regex.h>
 
 static const char git_config_set_usage[] =
 "git-repo-config [ --global ] [ --bool | --int ] [--get | --get-all | --get-regexp | --replace-all | --add | --unset | --unset-all] name [value [value_regex]] | --rename-section old_name new_name | --list";