Merge branch 'da/include-compat-util-first-in-c'

Code clean-up.

* da/include-compat-util-first-in-c:
  cleanups: ensure that git-compat-util.h is included first
This commit is contained in:
Junio C Hamano
2014-10-14 10:49:00 -07:00
9 changed files with 7 additions and 8 deletions

View File

@ -3,8 +3,8 @@
* Fredrik Kuivinen.
* The thieves were Alex Riesen and Johannes Schindelin, in June/July 2006
*/
#include "advice.h"
#include "cache.h"
#include "advice.h"
#include "cache-tree.h"
#include "commit.h"
#include "blob.h"