From 7817237d5852c7778d3ba03c40f139e6f2c37a76 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 21 Aug 2018 16:19:02 -0700 Subject: fix C++ header guards. PiperOrigin-RevId: 209679086 --- tensorflow/stream_executor/lib/statusor_internals.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tensorflow/stream_executor') diff --git a/tensorflow/stream_executor/lib/statusor_internals.h b/tensorflow/stream_executor/lib/statusor_internals.h index 09f88f5825..a159da57a2 100644 --- a/tensorflow/stream_executor/lib/statusor_internals.h +++ b/tensorflow/stream_executor/lib/statusor_internals.h @@ -16,7 +16,6 @@ limitations under the License. #ifndef TENSORFLOW_STREAM_EXECUTOR_LIB_STATUSOR_INTERNALS_H_ #define TENSORFLOW_STREAM_EXECUTOR_LIB_STATUSOR_INTERNALS_H_ - #include "tensorflow/core/platform/macros.h" #include "tensorflow/stream_executor/lib/status.h" -- cgit v1.2.3