Skip to content
Snippets Groups Projects
Commit b4b66e07 authored by Lukas Güldenstein's avatar Lukas Güldenstein
Browse files

Cleanup header files for builds with gcc

parent 09d83770
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
#include "definitions.hpp"
#include "server.hpp"
#include <cstdio>
#include <strings.h>
#include <cstring>
#include <unistd.h>
Client::Client() : sock(), serverAddr() {
......
#include "server.hpp"
#include <cstring>
#include <definitions.hpp>
#include <sys/socket.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment