diff --git a/test/drivers/event_class/event_class.h b/test/drivers/event_class/event_class.h index 3f5d8b7938..9d3623702a 100644 --- a/test/drivers/event_class/event_class.h +++ b/test/drivers/event_class/event_class.h @@ -16,7 +16,7 @@ #define CURRENT_PID -1 #define CURRENT_EVENT_TYPE -1 -#define PPM_MAX_PATH_SIZE 1024 /* Max size that an event parameter can have in the circular buffer, in bytes */ +#define PPM_MAX_PATH_SIZE 1024 extern "C" { diff --git a/test/libsinsp_e2e/sys_call_test.cpp b/test/libsinsp_e2e/sys_call_test.cpp index 1bc1c4c102..4f724ceb62 100644 --- a/test/libsinsp_e2e/sys_call_test.cpp +++ b/test/libsinsp_e2e/sys_call_test.cpp @@ -22,7 +22,6 @@ limitations under the License. #include "subprocess.h" #include -#include #include #include #include