Add IWYU tags to headers TF is re-exporting.
PiperOrigin-RevId: 291557790 Change-Id: Ic0268063ea1048bf6f22ba6aee1b9854d6420f30
This commit is contained in:
parent
f3b0fb14d7
commit
520cee1eeb
@ -20,9 +20,9 @@ limitations under the License.
|
||||
#include "tensorflow/core/platform/platform.h"
|
||||
|
||||
#if defined(PLATFORM_GOOGLE)
|
||||
#include "tensorflow/core/platform/google/test_benchmark.h"
|
||||
#include "tensorflow/core/platform/google/test_benchmark.h" // IWYU pragma: export
|
||||
#else
|
||||
#include "tensorflow/core/platform/default/test_benchmark.h"
|
||||
#include "tensorflow/core/platform/default/test_benchmark.h" // IWYU pragma: export
|
||||
#endif // PLATFORM_GOOGLE
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user