aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/hash
diff options
context:
space:
mode:
authorGravatar Josh Levenberg <josh11b@tensorflow.org>2016-01-26 11:27:54 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-26 11:40:55 -0800
commitb2f0bc2e230dcd690e7cf34e5425f0f499d9557b (patch)
tree4e51f435494e48e777cef8c55941c47cca3cba00 /tensorflow/core/lib/hash
parent31849e0a44a1c9c99c4524a65c9ee90e80c41499 (diff)
Global search & replace to move to the new location for
tensorflow/core/ files and build targets. Change: 113078322
Diffstat (limited to 'tensorflow/core/lib/hash')
-rw-r--r--tensorflow/core/lib/hash/crc32c.h2
-rw-r--r--tensorflow/core/lib/hash/hash.cc2
-rw-r--r--tensorflow/core/lib/hash/hash.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/core/lib/hash/crc32c.h b/tensorflow/core/lib/hash/crc32c.h
index ae2558e5a7..4bbdbd5fd3 100644
--- a/tensorflow/core/lib/hash/crc32c.h
+++ b/tensorflow/core/lib/hash/crc32c.h
@@ -17,7 +17,7 @@ limitations under the License.
#define TENSORFLOW_LIB_HASH_CRC32C_H_
#include <stddef.h>
-#include "tensorflow/core/platform/port.h"
+#include "tensorflow/core/platform/types.h"
namespace tensorflow {
namespace crc32c {
diff --git a/tensorflow/core/lib/hash/hash.cc b/tensorflow/core/lib/hash/hash.cc
index 1c21d59c2b..bf2216f16a 100644
--- a/tensorflow/core/lib/hash/hash.cc
+++ b/tensorflow/core/lib/hash/hash.cc
@@ -17,7 +17,7 @@ limitations under the License.
#include "tensorflow/core/lib/core/raw_coding.h"
#include "tensorflow/core/platform/macros.h"
-#include "tensorflow/core/platform/port.h"
+#include "tensorflow/core/platform/types.h"
#include <string.h>
diff --git a/tensorflow/core/lib/hash/hash.h b/tensorflow/core/lib/hash/hash.h
index c578083431..6aaf5ef20c 100644
--- a/tensorflow/core/lib/hash/hash.h
+++ b/tensorflow/core/lib/hash/hash.h
@@ -23,7 +23,7 @@ limitations under the License.
#include <string>
-#include "tensorflow/core/platform/port.h"
+#include "tensorflow/core/platform/types.h"
namespace tensorflow {