From 9e9e11a3fb1244bd0d688423d8bc26c3871e5a50 Mon Sep 17 00:00:00 2001 From: Justin Lebar Date: Thu, 23 Aug 2018 21:28:12 -0700 Subject: [XLA] Stop including str_util.h. PiperOrigin-RevId: 210049592 --- tensorflow/compiler/xla/service/while_loop_simplifier.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'tensorflow/compiler/xla/service/while_loop_simplifier.cc') diff --git a/tensorflow/compiler/xla/service/while_loop_simplifier.cc b/tensorflow/compiler/xla/service/while_loop_simplifier.cc index 239b4a3470..6a7bfe3f12 100644 --- a/tensorflow/compiler/xla/service/while_loop_simplifier.cc +++ b/tensorflow/compiler/xla/service/while_loop_simplifier.cc @@ -20,7 +20,6 @@ limitations under the License. #include "tensorflow/compiler/xla/service/call_inliner.h" #include "tensorflow/compiler/xla/service/while_loop_analysis.h" #include "tensorflow/core/lib/gtl/flatmap.h" -#include "tensorflow/core/lib/strings/str_util.h" namespace xla { -- cgit v1.2.3