X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=daemon.c;h=c3f86410d4fe392a2ced76b09e6af8ba8af534d5;hb=b2d09f063a01b429fe1e8d5179d00f3938ec598b;hp=0c6182fb93fce6937ecb2634462f7f6b0a835662;hpb=8ac3a61f59173d4a9a328518be83a25df610a5ef;p=git.git diff --git a/daemon.c b/daemon.c index 0c6182fb..c3f86410 100644 --- a/daemon.c +++ b/daemon.c @@ -1,5 +1,3 @@ -#include "cache.h" -#include "pkt-line.h" #include #include #include @@ -9,6 +7,8 @@ #include #include #include +#include "pkt-line.h" +#include "cache.h" static int log_syslog; static int verbose;