summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'main.h')
-rw-r--r--main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.h b/main.h
index 2f66920..8ce7f84 100644
--- a/main.h
+++ b/main.h
@@ -46,7 +46,6 @@
46#include <errno.h> 46#include <errno.h>
47#include <arpa/inet.h> 47#include <arpa/inet.h>
48#include <fcntl.h> 48#include <fcntl.h>
49#include <sys/sendfile.h>
50#include <sys/stat.h> 49#include <sys/stat.h>
51// #include <pthread.h> // maybe later 50// #include <pthread.h> // maybe later
52// }}} 51// }}}
..