From: Maksym Mamontov Date: Mon, 24 Feb 2020 16:40:16 +0000 (+0200) Subject: Move some includes. X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/8bfaedfaf22377ff1beadebff699613bf19a1ce2 Move some includes. --- 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)