remove unnecessary include

This commit is contained in:
2026-03-09 13:15:39 -05:00
parent 0950342de0
commit cae85a7466

View File

@@ -1,4 +1,3 @@
#include <fstream>
#include <string>
#include <arpa/inet.h>
@@ -36,6 +35,7 @@ std::string log_path;
int socket_descriptor_server;
int socket_descriptor_client;
/* We use this for both. Probably won't be like this forever. */
pthread_t client_wait_thread;
int