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

@@ -8,8 +8,8 @@
#include "includes/sock.hpp"
#include "includes/server.hpp"
#include "includes/exception_consts.hpp"
#include "includes/easysock.hpp"
#include "includes/connect_code.hpp"
#include "includes/easysock.h"
/* Destructor - closes any open sockets */
Server::~Server() {