From 8bfaedfaf22377ff1beadebff699613bf19a1ce2 Mon Sep 17 00:00:00 2001 From: Maksym Mamontov Date: Mon, 24 Feb 2020 18:40:16 +0200 Subject: [PATCH] Move some includes. --- stargazer/plugins/capture/ether_freebsd/ether_cap.cpp | 1 - stargazer/plugins/capture/ether_freebsd/ether_cap.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/stargazer/plugins/capture/ether_freebsd/ether_cap.cpp b/stargazer/plugins/capture/ether_freebsd/ether_cap.cpp index fcf262fa..f063da9f 100644 --- a/stargazer/plugins/capture/ether_freebsd/ether_cap.cpp +++ b/stargazer/plugins/capture/ether_freebsd/ether_cap.cpp @@ -45,7 +45,6 @@ $Author: faust $ #include #include #include -#include #include #include diff --git a/stargazer/plugins/capture/ether_freebsd/ether_cap.h b/stargazer/plugins/capture/ether_freebsd/ether_cap.h index 96761d3a..07380bda 100644 --- a/stargazer/plugins/capture/ether_freebsd/ether_cap.h +++ b/stargazer/plugins/capture/ether_freebsd/ether_cap.h @@ -35,6 +35,7 @@ #include #include +#include #define BUFF_LEN (128) -- 2.43.2