summaryrefslogtreecommitdiff
path: root/tempfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'tempfile.c')
-rw-r--r--tempfile.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tempfile.c b/tempfile.c
index e27048f970..ecdebf1afb 100644
--- a/tempfile.c
+++ b/tempfile.c
@@ -42,7 +42,9 @@
* file created by its parent.
*/
-#include "cache.h"
+#include "git-compat-util.h"
+#include "abspath.h"
+#include "path.h"
#include "tempfile.h"
#include "sigchain.h"