summaryrefslogtreecommitdiff
path: root/src/libgit2/netops.c
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-11-08 22:04:51 -0500
committerEdward Thomson <ethomson@edwardthomson.com>2021-11-11 23:37:51 -0500
commite491c6e7e4c6bceb3e5b5455e5e99effb8991026 (patch)
tree42966a38a78883050fd5e8c2ebb99cac893a1dd8 /src/libgit2/netops.c
parent538e4610bee6a91e468a8dbe4530bb7446243491 (diff)
downloadlibgit2-ethomson/util5.tar.gz
refactor: make util an object libraryethomson/util5
Instead of simply including the utility files directly, make them a cmake object library for easy reusability between other projects within libgit2.
Diffstat (limited to 'src/libgit2/netops.c')
-rw-r--r--src/libgit2/netops.c1
1 files changed, 0 insertions, 1 deletions
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)