refactor: move to myclib
This commit is contained in:
@@ -1,17 +1,14 @@
|
||||
#include "server/server.h"
|
||||
|
||||
#include <arpa/inet.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <netinet/in.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/epoll.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "server/worker.h"
|
||||
#include "utils/colors.h"
|
||||
#include "utils/debug.h"
|
||||
#include "utils/utils.h"
|
||||
|
||||
volatile sig_atomic_t cws_server_run = 1;
|
||||
|
||||
Reference in New Issue
Block a user