@@ -4,4 +4,5 @@
.*.swp
.AppleDouble
lib
+Libraries
fixPermissions.sh
@@ -1 +0,0 @@
-../../Logging
@@ -1,6 +0,0 @@
-#ifndef LIBRARIES_ASIO_H
-#define LIBRARIES_ASIO_H
-
-#include "asio.hpp"
-#endif // LIBRARIES_ASIO_H
@@ -7,7 +7,7 @@
#include <string>
#include <thread>
#include <vector>
-#include "asio.h"
+#include "asio.hpp"
#include "Ipv4Header.h"
#include "IcmpHeader.h"
@@ -2,7 +2,7 @@
#define ICMPHEADER_H
#include <istream>
namespace Network {
#define IPV4HEADER_H
@@ -5,7 +5,7 @@