aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/strings/str_util.h
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-03-19 09:28:58 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-03-19 09:33:31 -0700
commit98f522d3e982daafa9ccf136894cc83f496f5a11 (patch)
treefb334822fbd374b7562b519e727307ccab7ecdfe /tensorflow/core/lib/strings/str_util.h
parentb7cbb2c9b155f3528edd8d26f7595dde8de578a8 (diff)
Remove a few unused #includes
PiperOrigin-RevId: 189593522
Diffstat (limited to 'tensorflow/core/lib/strings/str_util.h')
-rw-r--r--tensorflow/core/lib/strings/str_util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/core/lib/strings/str_util.h b/tensorflow/core/lib/strings/str_util.h
index f062eddef8..065871c1b4 100644
--- a/tensorflow/core/lib/strings/str_util.h
+++ b/tensorflow/core/lib/strings/str_util.h
@@ -20,7 +20,6 @@ limitations under the License.
#include <string>
#include <vector>
#include "tensorflow/core/lib/core/stringpiece.h"
-#include "tensorflow/core/lib/gtl/array_slice.h"
#include "tensorflow/core/lib/strings/strcat.h"
#include "tensorflow/core/platform/types.h"