removed unneccecary includes

This commit is contained in:
Erik Frojdh
2019-05-14 17:32:21 +02:00
parent bc4d0452af
commit 7314c52c63
6 changed files with 1 additions and 6 deletions

View File

@ -1,5 +1,4 @@
#include "ClientInterface.h"
#include "MySocketTCP.h"
#include "catch.hpp"
//tests to add

View File

@ -1,4 +1,3 @@
#include "MySocketTCP.h"
#include "catch.hpp"
#include "logger.h"
#include <iostream>