mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Internal change
PiperOrigin-RevId: 559996678 Change-Id: I25a18212dc2ab15dd106cffea6132bea4a3b842d
This commit is contained in:
parent
8254d13faf
commit
edde724ab9
|
@ -27,8 +27,6 @@
|
|||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include "google/protobuf/descriptor.h"
|
||||
#include "google/protobuf/message.h"
|
||||
#include "absl/base/attributes.h"
|
||||
#include "absl/base/dynamic_annotations.h"
|
||||
#include "absl/flags/parse.h"
|
||||
|
@ -37,6 +35,8 @@
|
|||
#include "absl/log/log.h"
|
||||
#include "absl/status/statusor.h"
|
||||
#include "absl/strings/str_cat.h"
|
||||
#include "google/protobuf/descriptor.h"
|
||||
#include "google/protobuf/message.h"
|
||||
#include "sandboxed_api/call.h"
|
||||
#include "sandboxed_api/lenval_core.h"
|
||||
#include "sandboxed_api/proto_arg.pb.h"
|
||||
|
|
|
@ -38,13 +38,13 @@
|
|||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include "google/protobuf/message.h"
|
||||
#include "absl/base/dynamic_annotations.h"
|
||||
#include "absl/status/status.h"
|
||||
#include "absl/status/statusor.h"
|
||||
#include "absl/strings/numbers.h"
|
||||
#include "absl/strings/str_format.h"
|
||||
#include "absl/synchronization/mutex.h"
|
||||
#include "google/protobuf/message_lite.h"
|
||||
#include "sandboxed_api/sandbox2/util.h"
|
||||
#include "sandboxed_api/util/raw_logging.h"
|
||||
#include "sandboxed_api/util/status.h"
|
||||
|
|
Loading…
Reference in New Issue
Block a user