index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
blob.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'blob.c')
-rw-r--r--
blob.c
2
1 files changed, 1 insertions, 1 deletions
diff --git a/blob.c b/blob.c
index ea52ad5c9d..84ec1212e7 100644
--- a/
blob.c
+++ b/
blob.c
@@ -1,5 +1,5 @@
-#include "blob.h"
#include "cache.h"
+#include "blob.h"
#include <stdlib.h>
const char *blob_type = "blob";