aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/events_writer_test.cc
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_test.cc
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_test.cc')
-rw-r--r--tensorflow/core/util/events_writer_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/core/util/events_writer_test.cc b/tensorflow/core/util/events_writer_test.cc
index f98f3195ca..1fd79cfee9 100644
--- a/tensorflow/core/util/events_writer_test.cc
+++ b/tensorflow/core/util/events_writer_test.cc
@@ -17,15 +17,15 @@ limitations under the License.
#include <math.h>
#include "tensorflow/core/lib/core/errors.h"
+#include "tensorflow/core/lib/core/status.h"
#include "tensorflow/core/lib/core/status_test_util.h"
#include "tensorflow/core/lib/io/path.h"
#include "tensorflow/core/lib/io/record_reader.h"
#include "tensorflow/core/lib/strings/strcat.h"
+#include "tensorflow/core/platform/env.h"
#include "tensorflow/core/platform/logging.h"
#include "tensorflow/core/platform/protobuf.h"
#include "tensorflow/core/platform/test.h"
-#include "tensorflow/core/public/env.h"
-#include "tensorflow/core/public/status.h"
#include "tensorflow/core/util/event.pb.h"
namespace tensorflow {