Add IWYU pragma

PiperOrigin-RevId: 559415055
Change-Id: I8bbcc6b1e0b422ce46a63d2a9a429edd3402c51e
pull/171/head
Wiktor Garbacz 2023-08-23 07:13:39 -07:00 committed by Copybara-Service
parent 9dcc9db919
commit 696d0eed11
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
#ifndef SANDBOXED_API_SANDBOX2_TESTING_H_
#define SANDBOXED_API_SANDBOX2_TESTING_H_
// Forward include to new location
#include "sandboxed_api/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_