Skip to content

Commit

Permalink
cleanup(tests): remove some headers
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Terzolo <[email protected]>
  • Loading branch information
Andreagit97 authored and poiana committed Jul 17, 2024
1 parent 9c397a9 commit 4529462
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion test/drivers/test_suites/syscall_enter_suite/creat_e.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "../../event_class/event_class.h"
#include <driver/ppm_events_public.h>

#ifdef __NR_creat
TEST(SyscallEnter, creatE)
Expand Down
1 change: 0 additions & 1 deletion test/drivers/test_suites/syscall_enter_suite/open_e.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "../../event_class/event_class.h"
#include <driver/ppm_events_public.h>

#ifdef __NR_open
TEST(SyscallEnter, openE)
Expand Down
1 change: 0 additions & 1 deletion test/drivers/test_suites/syscall_enter_suite/openat2_e.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "../../event_class/event_class.h"
#include <driver/ppm_events_public.h>

#ifdef __NR_openat2

Expand Down
1 change: 0 additions & 1 deletion test/drivers/test_suites/syscall_enter_suite/openat_e.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "../../event_class/event_class.h"
#include <driver/ppm_events_public.h>

#ifdef __NR_openat
TEST(SyscallEnter, openatE)
Expand Down

0 comments on commit 4529462

Please sign in to comment.