aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Josh Levenberg <josh11b@tensorflow.org>2016-01-26 10:59:09 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-26 11:00:41 -0800
commite866ee53ea243ea1f3154ddc21cdf8661930d518 (patch)
treefcb6cea9bc0965d4e2f19e18a6cdcc5168e2ff87
parent1a116c2fd66037245ab1d61c037870a721c4d9f1 (diff)
Global search & replace to move to the new location for
tensorflow/core/ files and build targets. Change: 113074643
-rw-r--r--tensorflow/core/platform/env.cc2
-rw-r--r--tensorflow/core/platform/env.h2
-rw-r--r--tensorflow/core/platform/env_test.cc2
-rw-r--r--tensorflow/core/platform/integral_types_test.cc2
-rw-r--r--tensorflow/core/platform/load_library.h2
-rw-r--r--tensorflow/core/platform/regexp.h2
-rw-r--r--tensorflow/core/platform/tensor_coding.h2
-rw-r--r--tensorflow/core/platform/test.cc1
-rw-r--r--tensorflow/core/platform/test_benchmark.h2
-rw-r--r--tensorflow/core/platform/thread_annotations.h2
10 files changed, 9 insertions, 10 deletions
diff --git a/tensorflow/core/platform/env.cc b/tensorflow/core/platform/env.cc
index d24276c547..db17f92df5 100644
--- a/tensorflow/core/platform/env.cc
+++ b/tensorflow/core/platform/env.cc
@@ -13,7 +13,7 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
-#include "tensorflow/core/public/env.h"
+#include "tensorflow/core/platform/env.h"
#include "tensorflow/core/lib/core/errors.h"
#include "tensorflow/core/lib/gtl/stl_util.h"
#include "tensorflow/core/platform/protobuf.h"
diff --git a/tensorflow/core/platform/env.h b/tensorflow/core/platform/env.h
index 8c217849c0..cd41228105 100644
--- a/tensorflow/core/platform/env.h
+++ b/tensorflow/core/platform/env.h
@@ -22,8 +22,8 @@ limitations under the License.
#include "tensorflow/core/lib/core/status.h"
#include "tensorflow/core/lib/core/stringpiece.h"
#include "tensorflow/core/platform/macros.h"
-#include "tensorflow/core/platform/port.h"
#include "tensorflow/core/platform/protobuf.h"
+#include "tensorflow/core/platform/types.h"
namespace tensorflow {
diff --git a/tensorflow/core/platform/env_test.cc b/tensorflow/core/platform/env_test.cc
index a817ef5735..bcbdf1614d 100644
--- a/tensorflow/core/platform/env_test.cc
+++ b/tensorflow/core/platform/env_test.cc
@@ -13,7 +13,7 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
-#include "tensorflow/core/public/env.h"
+#include "tensorflow/core/platform/env.h"
#include "tensorflow/core/lib/io/path.h"
#include "tensorflow/core/lib/strings/strcat.h"
diff --git a/tensorflow/core/platform/integral_types_test.cc b/tensorflow/core/platform/integral_types_test.cc
index 5541184104..0b2dc54ca7 100644
--- a/tensorflow/core/platform/integral_types_test.cc
+++ b/tensorflow/core/platform/integral_types_test.cc
@@ -13,7 +13,7 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
-#include "tensorflow/core/platform/port.h"
+#include "tensorflow/core/platform/types.h"
#include "tensorflow/core/platform/test.h"
diff --git a/tensorflow/core/platform/load_library.h b/tensorflow/core/platform/load_library.h
index eb546acc55..b67e8835c5 100644
--- a/tensorflow/core/platform/load_library.h
+++ b/tensorflow/core/platform/load_library.h
@@ -16,7 +16,7 @@ limitations under the License.
#ifndef TENSORFLOW_PLATFORM_LOAD_LIBRARY_H_
#define TENSORFLOW_PLATFORM_LOAD_LIBRARY_H_
-#include "tensorflow/core/public/status.h"
+#include "tensorflow/core/lib/core/status.h"
namespace tensorflow {
diff --git a/tensorflow/core/platform/regexp.h b/tensorflow/core/platform/regexp.h
index f2ab6097ab..de4d4fbef9 100644
--- a/tensorflow/core/platform/regexp.h
+++ b/tensorflow/core/platform/regexp.h
@@ -17,7 +17,7 @@ limitations under the License.
#define TENSORFLOW_PLATFORM_REGEXP_H_
#include "tensorflow/core/platform/platform.h"
-#include "tensorflow/core/platform/port.h"
+#include "tensorflow/core/platform/types.h"
#if defined(PLATFORM_GOOGLE) || defined(PLATFORM_GOOGLE_ANDROID)
#include "tensorflow/core/platform/google/build_config/re2.h"
diff --git a/tensorflow/core/platform/tensor_coding.h b/tensorflow/core/platform/tensor_coding.h
index 7b39d07d12..e0066c4c4c 100644
--- a/tensorflow/core/platform/tensor_coding.h
+++ b/tensorflow/core/platform/tensor_coding.h
@@ -21,7 +21,7 @@ limitations under the License.
#include "tensorflow/core/lib/core/refcount.h"
#include "tensorflow/core/lib/core/stringpiece.h"
#include "tensorflow/core/platform/platform.h"
-#include "tensorflow/core/platform/port.h"
+#include "tensorflow/core/platform/types.h"
#ifdef PLATFORM_GOOGLE
#include "tensorflow/core/platform/google/cord_coding.h"
diff --git a/tensorflow/core/platform/test.cc b/tensorflow/core/platform/test.cc
index 9649d39ca3..695df82873 100644
--- a/tensorflow/core/platform/test.cc
+++ b/tensorflow/core/platform/test.cc
@@ -13,7 +13,6 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
-#include "tensorflow/core/platform/port.h"
#include "tensorflow/core/platform/types.h"
#if defined(PLATFORM_GOOGLE) || defined(PLATFORM_POSIX_ANDROID) || \
diff --git a/tensorflow/core/platform/test_benchmark.h b/tensorflow/core/platform/test_benchmark.h
index af6a0995d5..52bc46384a 100644
--- a/tensorflow/core/platform/test_benchmark.h
+++ b/tensorflow/core/platform/test_benchmark.h
@@ -20,7 +20,7 @@ limitations under the License.
#include <vector>
#include "tensorflow/core/platform/macros.h"
#include "tensorflow/core/platform/platform.h"
-#include "tensorflow/core/platform/port.h"
+#include "tensorflow/core/platform/types.h"
#if defined(PLATFORM_GOOGLE)
#include "tensorflow/core/platform/google/build_config/benchmark.h"
diff --git a/tensorflow/core/platform/thread_annotations.h b/tensorflow/core/platform/thread_annotations.h
index 9af87e408e..95a676ea9e 100644
--- a/tensorflow/core/platform/thread_annotations.h
+++ b/tensorflow/core/platform/thread_annotations.h
@@ -16,7 +16,7 @@ limitations under the License.
#ifndef TENSORFLOW_PLATFORM_THREAD_ANNOTATIONS_H_
#define TENSORFLOW_PLATFORM_THREAD_ANNOTATIONS_H_
-#include "tensorflow/core/platform/port.h"
+#include "tensorflow/core/platform/types.h"
#if defined(PLATFORM_GOOGLE) || defined(PLATFORM_GOOGLE_ANDROID)
#include "tensorflow/core/platform/google/build_config/thread_annotations.h"