diff options
Diffstat (limited to 'src/odb.c')
-rw-r--r-- | src/odb.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,9 +23,9 @@ * Boston, MA 02110-1301, USA. */ +#include "common.h" #include "git/odb.h" #include "git/zlib.h" -#include "common.h" #include "fileops.h" #include "hash.h" #include <stdio.h> |