diff options
Diffstat (limited to 'src/revparse.c')
-rw-r--r-- | src/revparse.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/revparse.c b/src/revparse.c index fd6bd1ea6..4ab4fb96d 100644 --- a/src/revparse.c +++ b/src/revparse.c @@ -5,9 +5,10 @@ * a Linking Exception. For full terms see the included COPYING file. */ +#include "common.h" + #include <assert.h> -#include "common.h" #include "buffer.h" #include "tree.h" #include "refdb.h" |