@@ -4,5 +4,3 @@
.*.swp
.AppleDouble
lib
-Libraries
-fixPermissions.sh
@@ -0,0 +1 @@
+../../Logging
@@ -3,7 +3,7 @@
#include "Ipv4Header.h"
#include "IcmpHeader.h"
-#include "asio.hpp"
+#include <asio.hpp>
#include <condition_variable>
#include <functional>
#include <mutex>
@@ -1,7 +1,7 @@
-#ifndef ICMPHEADER_H
-#define ICMPHEADER_H
+#ifndef NETWORK_ICMPHEADER_H
+#define NETWORK_ICMPHEADER_H
#include <istream>
@@ -84,4 +84,4 @@ void ComputeChecksum(IcmpHeader& header,
} // namespace Internal
} // namespace Network
-#endif // ICMPHEADER_H
+#endif // NETWORK_ICMPHEADER_H
-#ifndef IPV4HEADER_H
-#define IPV4HEADER_H
+#ifndef NETWORK_IPV4HEADER_H
+#define NETWORK_IPV4HEADER_H
@@ -60,4 +60,4 @@ private:
-#endif // IPV4HEADER_H
+#endif // HEADER_IPV4HEADER_H
@@ -1,5 +1,5 @@
#include "UdpClientImpl.h"
-#include "Logging.h"
+#include <Logging.h>
namespace Network {
#ifndef NETWORK_UDPCLIENTIMPL_H
#define NETWORK_UDPCLIENTIMPL_H
#include <string>
#include <thread>