Skip to content

Commit 44ed5ea

Browse files
committed
Remove unused headers from fastcgi module
1 parent 419c078 commit 44ed5ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/lwan-mod-fastcgi.c

-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727

2828
#define _GNU_SOURCE
2929
#include <arpa/inet.h>
30-
#include <ctype.h>
3130
#include <errno.h>
3231
#include <fcntl.h>
3332
#include <limits.h>
@@ -43,7 +42,6 @@
4342
#include "lwan-private.h"
4443

4544
#include "int-to-str.h"
46-
#include "patterns.h"
4745
#include "realpathat.h"
4846
#include "lwan-cache.h"
4947
#include "lwan-io-wrappers.h"

0 commit comments

Comments
 (0)