diff options
Diffstat (limited to 'prompt.c')
-rw-r--r-- | prompt.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,6 @@ -#include "cache.h" -#include "config.h" +#include "git-compat-util.h" +#include "parse.h" +#include "environment.h" #include "run-command.h" #include "strbuf.h" #include "prompt.h" |