From 56313def004795f75ef8281a0294c958d28f1e06 Mon Sep 17 00:00:00 2001 From: Vijay Vasudevan Date: Mon, 16 Nov 2015 11:11:36 -0800 Subject: TensorFlow: Doc and linter fixes, some additional tests and error handling, updates to website. Changes: - Removes redundant reshape from image models by @mrry - Default TensorBoard to localhost by @danmane - Reformatting of tensorflow/core by @josh11b - Make tutorials backwards compatible to 0.5.0 by @girving - Improve print documentation (md files not updated). - Add proper scrolling to sitemap by @martinwicke Base CL: 107956254 --- tensorflow/core/lib/strings/strcat.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tensorflow/core/lib/strings/strcat.cc') diff --git a/tensorflow/core/lib/strings/strcat.cc b/tensorflow/core/lib/strings/strcat.cc index e564b9eb73..33a491bd02 100644 --- a/tensorflow/core/lib/strings/strcat.cc +++ b/tensorflow/core/lib/strings/strcat.cc @@ -5,8 +5,8 @@ #include #include -#include "tensorflow/core/platform/logging.h" #include "tensorflow/core/lib/gtl/stl_util.h" +#include "tensorflow/core/platform/logging.h" namespace tensorflow { namespace strings { -- cgit v1.2.3