refactor: remove unused include
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
#include "core/server.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/epoll.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "core/epoll_utils.h"
|
||||
#include "core/worker.h"
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
#include "core/worker.h"
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/epoll.h>
|
||||
|
||||
Reference in New Issue
Block a user