Remove unneeded include

PiperOrigin-RevId: 594408507
Change-Id: I7bbfa0c47243755ae8bc0a6f69efe66d881076a1
pull/171/head
Wiktor Garbacz 2023-12-29 01:29:46 -08:00 committed by Copybara-Service
parent 52babc15d4
commit 1339d0b7f2
3 changed files with 0 additions and 3 deletions

View File

@ -237,7 +237,6 @@ cc_library(
":result",
":syscall",
":util",
"//sandboxed_api:config",
"@com_google_absl//absl/base:core_headers",
"@com_google_absl//absl/log",
],

View File

@ -194,7 +194,6 @@ target_link_libraries(sandbox2_notify
sandbox2::syscall
sandbox2::util
PRIVATE sapi::base
sapi::config
)
# sandboxed_api/sandbox2:limits

View File

@ -21,7 +21,6 @@
#include "absl/base/attributes.h"
#include "absl/log/log.h"
#include "sandboxed_api/config.h"
#include "sandboxed_api/sandbox2/comms.h"
#include "sandboxed_api/sandbox2/result.h"
#include "sandboxed_api/sandbox2/syscall.h"