From 70e546037a91cf729dc2838247b8aa989858533a Mon Sep 17 00:00:00 2001
From: Gabriele Contini <contini.mailing@gmail.com>
Date: 周一, 10 2月 2020 05:07:32 +0800
Subject: [PATCH] fix ubuntu 16.10

---
 src/library/pc_identifier/ethernet.cpp |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/library/pc_identifier/ethernet.cpp b/src/library/pc_identifier/ethernet.cpp
index 8c42735..80bb4b7 100644
--- a/src/library/pc_identifier/ethernet.cpp
+++ b/src/library/pc_identifier/ethernet.cpp
@@ -5,17 +5,16 @@
  *      Author: devel
  */
 
-#include "ethernet.hpp"
 
-#include <bits/stdint-uintn.h>
 #include <array>
 #include <vector>
 
-#include "../../../include/licensecc/datatypes.h"
-#include "../../../projects/DEFAULT/include/licensecc/DEFAULT/licensecc_properties.h"
+#include <licensecc/datatypes.h>
+#include <licensecc_properties.h>
 #include "../base/base.h"
 #include "../os/network.hpp"
 #include "pc_identifier.hpp"
+#include "ethernet.hpp"
 
 namespace license {
 namespace pc_identifier {

--
Gitblit v1.9.1