Skip to content

Commit

Permalink
Removed duplicate include statement in http.c
Browse files Browse the repository at this point in the history
  • Loading branch information
skelly committed Sep 11, 2024
1 parent 0065573 commit 99a7edf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client/http.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "http.h"
#include "sock.h"

const char *CONTENT_LENGTH_HEADER = "Content-Length: ";
const char *GET_REQ_TEMPLATE =
Expand Down

0 comments on commit 99a7edf

Please sign in to comment.