Fix git-format-patch -s to include a Signed-off-by: line...
[git.git] / tree.c
diff --git a/tree.c b/tree.c
index e7a7b71..dc1c41e 100644 (file)
--- a/tree.c
+++ b/tree.c
@@ -1,8 +1,8 @@
+#include "cache.h"
 #include "tree.h"
 #include "blob.h"
 #include "commit.h"
 #include "tag.h"
-#include "cache.h"
 #include <stdlib.h>
 
 const char *tree_type = "tree";