From 1755ba08e1a14fd5b1c05bba670c10691c5516fc Mon Sep 17 00:00:00 2001 From: Wiktor Garbacz Date: Mon, 27 Mar 2023 08:13:20 -0700 Subject: [PATCH] Internal Code Change PiperOrigin-RevId: 519725866 Change-Id: Ibac005b875127ae68e28346fb78e74e789cff01e --- sandboxed_api/sandbox2/examples/custom_fork/BUILD.bazel | 1 - .../sandbox2/examples/custom_fork/custom_fork_sandbox.cc | 1 - 2 files changed, 2 deletions(-) diff --git a/sandboxed_api/sandbox2/examples/custom_fork/BUILD.bazel b/sandboxed_api/sandbox2/examples/custom_fork/BUILD.bazel index 3f1167e..199d6ae 100644 --- a/sandboxed_api/sandbox2/examples/custom_fork/BUILD.bazel +++ b/sandboxed_api/sandbox2/examples/custom_fork/BUILD.bazel @@ -30,7 +30,6 @@ cc_binary( "//sandboxed_api:config", "//sandboxed_api/sandbox2", "//sandboxed_api/sandbox2:comms", - "//sandboxed_api/sandbox2:forkserver", "//sandboxed_api/util:runfiles", "@com_google_absl//absl/flags:flag", "@com_google_absl//absl/flags:parse", diff --git a/sandboxed_api/sandbox2/examples/custom_fork/custom_fork_sandbox.cc b/sandboxed_api/sandbox2/examples/custom_fork/custom_fork_sandbox.cc index f527a01..ea8b0cb 100644 --- a/sandboxed_api/sandbox2/examples/custom_fork/custom_fork_sandbox.cc +++ b/sandboxed_api/sandbox2/examples/custom_fork/custom_fork_sandbox.cc @@ -32,7 +32,6 @@ #include "sandboxed_api/config.h" #include "sandboxed_api/sandbox2/comms.h" #include "sandboxed_api/sandbox2/executor.h" -#include "sandboxed_api/sandbox2/forkserver.h" #include "sandboxed_api/sandbox2/limits.h" #include "sandboxed_api/sandbox2/policy.h" #include "sandboxed_api/sandbox2/policybuilder.h"