aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/events_writer.h
diff options
context:
space:
mode:
authorGravatar Josh Levenberg <josh11b@tensorflow.org>2016-01-26 10:46:54 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-26 11:00:22 -0800
commit351e0289095b4e638e6ab71c8d69a61efca6ecb2 (patch)
tree03a36f9771f97ef3f02e43c7e7c466d4d436d2e6 /tensorflow/core/util/events_writer.h
parent22550dbd074835ac127fc054ae623b5fc205a34b (diff)
Global search & replace to move to the new location for
tensorflow/core/ files and build targets. Change: 113073090
Diffstat (limited to 'tensorflow/core/util/events_writer.h')
-rw-r--r--tensorflow/core/util/events_writer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/core/util/events_writer.h b/tensorflow/core/util/events_writer.h
index 627f8771ae..826821de79 100644
--- a/tensorflow/core/util/events_writer.h
+++ b/tensorflow/core/util/events_writer.h
@@ -19,9 +19,9 @@ limitations under the License.
#include <memory>
#include <string>
#include "tensorflow/core/lib/io/record_writer.h"
+#include "tensorflow/core/platform/env.h"
#include "tensorflow/core/platform/macros.h"
-#include "tensorflow/core/platform/port.h"
-#include "tensorflow/core/public/env.h"
+#include "tensorflow/core/platform/types.h"
#include "tensorflow/core/util/event.pb.h"
namespace tensorflow {