diff options
Diffstat (limited to 'src/pkt.c')
| -rw-r--r-- | src/pkt.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -23,11 +23,12 @@ * Boston, MA 02110-1301, USA. */ -#include "git2/pkt.h" +#include "common.h" + #include "git2/types.h" #include "git2/errors.h" -#include "common.h" +#include "pkt.h" #include "util.h" #include "netops.h" |
