remove redundant prefix

This commit is contained in:
SimonFJ20 2025-03-13 13:59:29 +01:00
parent 7d4dc46b80
commit 77043f76a3
3 changed files with 1 additions and 1 deletions

@ -1,6 +1,6 @@
#include "server.h"
#include "../http.h"
#include "../str_util.h"
#include "http_server_internal.h"
#include <ctype.h>
#include <netinet/in.h>
#include <pthread.h>