Remove Libraries

This commit is contained in:
2020-02-06 16:58:39 +01:00
parent da31a95dce
commit 4b7cb6c61c
7 changed files with 5 additions and 11 deletions
+1
View File
@@ -4,4 +4,5 @@
.*.swp .*.swp
.AppleDouble .AppleDouble
lib lib
Libraries
fixPermissions.sh fixPermissions.sh
-1
View File
@@ -1 +0,0 @@
../../Logging
-6
View File
@@ -1,6 +0,0 @@
#ifndef LIBRARIES_ASIO_H
#define LIBRARIES_ASIO_H
#include "asio.hpp"
#endif // LIBRARIES_ASIO_H
+1 -1
View File
@@ -7,7 +7,7 @@
#include <string> #include <string>
#include <thread> #include <thread>
#include <vector> #include <vector>
#include "asio.h" #include "asio.hpp"
#include "Ipv4Header.h" #include "Ipv4Header.h"
#include "IcmpHeader.h" #include "IcmpHeader.h"
+1 -1
View File
@@ -2,7 +2,7 @@
#define ICMPHEADER_H #define ICMPHEADER_H
#include <istream> #include <istream>
#include "asio.h" #include "asio.hpp"
namespace Network { namespace Network {
+1 -1
View File
@@ -2,7 +2,7 @@
#define IPV4HEADER_H #define IPV4HEADER_H
#include <istream> #include <istream>
#include "asio.h" #include "asio.hpp"
namespace Network { namespace Network {
+1 -1
View File
@@ -5,7 +5,7 @@
#include <string> #include <string>
#include <thread> #include <thread>
#include <vector> #include <vector>
#include "asio.h" #include "asio.hpp"
namespace Network { namespace Network {