Skip to content

Commit

Permalink
removed dependency (left from debugging)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeasimos committed Dec 20, 2023
1 parent c21ffba commit 471a1a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions minhttp.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#define NULL 0
#define uint8_t unsigned char

#include <stdio.h>

#define MIN(a, b) (a < b ? a : b)
#if __GNUC__ >= 3
#define likely(x) __builtin_expect(!!(x), 1)
Expand Down

0 comments on commit 471a1a3

Please sign in to comment.