Add IWYU tags to headers TF is re-exporting.

PiperOrigin-RevId: 291557362
Change-Id: If78efc5e990f203d5a36777e9531207c573c651a
This commit is contained in:
Brian Atkinson 2020-01-25 16:01:55 -08:00 committed by TensorFlower Gardener
parent 60f9ac2e85
commit f3b0fb14d7

View File

@ -26,7 +26,7 @@ limitations under the License.
#ifndef TENSORFLOW_CORE_PLATFORM_STRINGPIECE_H_
#define TENSORFLOW_CORE_PLATFORM_STRINGPIECE_H_
#include "absl/strings/string_view.h"
#include "absl/strings/string_view.h" // IWYU pragma: export
namespace tensorflow {