X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=daemon.c;h=c3f86410d4fe392a2ced76b09e6af8ba8af534d5;hb=211b5f9e62cc961acda59392fbf5a3efa8106c97;hp=0c6182fb93fce6937ecb2634462f7f6b0a835662;hpb=4ae22d96fe9248dac4f26b1fc91154ba5e879799;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;