]> git.ipfire.org Git - thirdparty/git.git/blobdiff - editor.c
environment.h: move declarations for environment.c functions from cache.h
[thirdparty/git.git] / editor.c
index 008c04fe2f6e0a8b39bc02005f0a576d92784bae..d632d7906608732a1059d197d7f06a62e1f55ed2 100644 (file)
--- a/editor.c
+++ b/editor.c
@@ -1,5 +1,8 @@
 #include "cache.h"
+#include "abspath.h"
 #include "config.h"
+#include "environment.h"
+#include "gettext.h"
 #include "strbuf.h"
 #include "strvec.h"
 #include "run-command.h"