aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/while_loop_simplifier_test.cc
diff options
context:
space:
mode:
authorGravatar Justin Lebar <jlebar@google.com>2018-08-23 21:28:12 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-23 21:33:13 -0700
commit9e9e11a3fb1244bd0d688423d8bc26c3871e5a50 (patch)
treecbfac20d4726dabc8fad5c5702fcf1d8a8ee738a /tensorflow/compiler/xla/service/while_loop_simplifier_test.cc
parent2bcf90f28b6a71a13468f9deb1fcbb2867fb89ee (diff)
[XLA] Stop including str_util.h.
PiperOrigin-RevId: 210049592
Diffstat (limited to 'tensorflow/compiler/xla/service/while_loop_simplifier_test.cc')
-rw-r--r--tensorflow/compiler/xla/service/while_loop_simplifier_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/service/while_loop_simplifier_test.cc b/tensorflow/compiler/xla/service/while_loop_simplifier_test.cc
index c74de1b576..1c892ba179 100644
--- a/tensorflow/compiler/xla/service/while_loop_simplifier_test.cc
+++ b/tensorflow/compiler/xla/service/while_loop_simplifier_test.cc
@@ -21,7 +21,6 @@ limitations under the License.
#include "tensorflow/compiler/xla/test.h"
#include "tensorflow/compiler/xla/tests/hlo_verified_test_base.h"
#include "tensorflow/core/lib/core/status_test_util.h"
-#include "tensorflow/core/lib/strings/str_util.h"
namespace xla {
namespace {