sandboxed-api/sandboxed_api/sandbox2/testing.h
Wiktor Garbacz 696d0eed11 Add IWYU pragma
PiperOrigin-RevId: 559415055
Change-Id: I8bbcc6b1e0b422ce46a63d2a9a429edd3402c51e
2023-08-23 07:14:21 -07:00

22 lines
850 B
C

// Copyright 2021 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#ifndef SANDBOXED_API_SANDBOX2_TESTING_H_
#define SANDBOXED_API_SANDBOX2_TESTING_H_
// IWYU pragma: private, include "third_party/sandboxed_api/testing.h"
#include "sandboxed_api/testing.h" // IWYU pragma: export
#endif // SANDBOXED_API_SANDBOX2_TESTING_H_