From e491c6e7e4c6bceb3e5b5455e5e99effb8991026 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Mon, 8 Nov 2021 22:04:51 -0500 Subject: refactor: make util an object library Instead of simply including the utility files directly, make them a cmake object library for easy reusability between other projects within libgit2. --- src/libgit2/netops.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libgit2/netops.c') diff --git a/src/libgit2/netops.c b/src/libgit2/netops.c index 0a27365b8..00640c600 100644 --- a/src/libgit2/netops.c +++ b/src/libgit2/netops.c @@ -12,7 +12,6 @@ #include "posix.h" #include "str.h" -#include "http_parser.h" #include "runtime.h" int gitno_recv(gitno_buffer *buf) -- cgit v1.2.1