X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/43ac308ea20014761481bc40525496a0bb1d9740..b27841d687ec9e84983340b5581376dfb24010ea:/projects/stargazer/plugins/other/smux/handlers.cpp diff --git a/projects/stargazer/plugins/other/smux/handlers.cpp b/projects/stargazer/plugins/other/smux/handlers.cpp index cce188c8..a3e06138 100644 --- a/projects/stargazer/plugins/other/smux/handlers.cpp +++ b/projects/stargazer/plugins/other/smux/handlers.cpp @@ -1,14 +1,17 @@ -#include +#include "smux.h" +#include "utils.h" + +#include "stg/common.h" +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wold-style-cast" #include "stg/GetRequest-PDU.h" #include "stg/GetResponse-PDU.h" #include "stg/VarBindList.h" #include "stg/VarBind.h" +#pragma GCC diagnostic pop -#include "stg/common.h" - -#include "utils.h" -#include "smux.h" +#include using STG::SMUX;