Add IWYU tags to headers TF is re-exporting.

PiperOrigin-RevId: 291557790
Change-Id: Ic0268063ea1048bf6f22ba6aee1b9854d6420f30
This commit is contained in:
Brian Atkinson 2020-01-25 16:05:21 -08:00 committed by TensorFlower Gardener
parent f3b0fb14d7
commit 520cee1eeb

View File

@ -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