Remove unused header include gtl/stl_util

PiperOrigin-RevId: 277810140
Change-Id: I674d6677f7b886c420c913f4de81c479f50e05ea
This commit is contained in:
Gunhan Gulsoy 2019-10-31 15:09:13 -07:00 committed by TensorFlower Gardener
parent 109e1d9ecb
commit 32831f14e1
2 changed files with 0 additions and 2 deletions

View File

@ -32,7 +32,6 @@ limitations under the License.
#include "tensorflow/core/framework/tensor_shape.h"
#include "tensorflow/core/framework/types.h"
#include "tensorflow/core/lib/core/status.h"
#include "tensorflow/core/lib/gtl/stl_util.h"
#include "tensorflow/core/platform/logging.h"
namespace tensorflow {

View File

@ -26,7 +26,6 @@ limitations under the License.
#include "tensorflow/core/framework/tensor_types.h"
#include "tensorflow/core/lib/core/errors.h"
#include "tensorflow/core/lib/core/refcount.h"
#include "tensorflow/core/lib/gtl/stl_util.h"
#include "tensorflow/core/lib/strings/stringprintf.h"
#include "tensorflow/core/platform/env.h"
#include "tensorflow/core/platform/logging.h"