Skip to content

Commit

Permalink
remove old included header
Browse files Browse the repository at this point in the history
  • Loading branch information
ngn13 committed Nov 29, 2024
1 parent 0c57466 commit 387be46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/req.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

#include "connection.h"
#include "encoding.h"

#include "headers.h"
#include "headers.h"

#include "http.h"
#include "form.h"

typedef struct req_t {
connection_t *con; // socket connection
Expand Down

0 comments on commit 387be46

Please sign in to comment.