aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Vijay Vasudevan <vrv@google.com>2016-10-31 15:10:23 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-10-31 16:20:19 -0700
commitf94c8557ccb70736417b89edd8d8abad4fcbdb5e (patch)
tree123321a6eb860bbdc7b01c534c7bd9cebb12c6c5
parent337d4a60b8e3f6666b79cb60e83ca297ae28c67d (diff)
Remove unneeded PLATFORM macro usage.
Change: 137762301
-rw-r--r--tensorflow/core/platform/file_system.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/tensorflow/core/platform/file_system.cc b/tensorflow/core/platform/file_system.cc
index 37c28ce357..d71ff80143 100644
--- a/tensorflow/core/platform/file_system.cc
+++ b/tensorflow/core/platform/file_system.cc
@@ -27,12 +27,9 @@ limitations under the License.
#include "tensorflow/core/lib/strings/strcat.h"
#include "tensorflow/core/platform/env.h"
#include "tensorflow/core/platform/file_system.h"
+#include "tensorflow/core/platform/platform.h"
#include "tensorflow/core/platform/protobuf.h"
-#if defined(__APPLE__)
-#include <TargetConditionals.h>
-#endif
-
namespace tensorflow {
namespace {