Updated files to reflect change in easysock (from CPP to C)

This commit is contained in:
2024-03-09 11:04:17 -05:00
parent eeae444b1d
commit 83a0d5beb4
4 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
#include "includes/client.hpp"
#include "includes/exception_consts.hpp"
#include "includes/sock.hpp"
#include "includes/easysock.hpp"
#include "includes/easysock.h"
/* Destructor - closes any open sockets */
Client::~Client() {