summaryrefslogtreecommitdiff
path: root/src/pkt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkt.c')
-rw-r--r--src/pkt.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/pkt.c b/src/pkt.c
index f9ba8d0bc..215909055 100644
--- a/src/pkt.c
+++ b/src/pkt.c
@@ -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"