aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/device_factory.cc
diff options
context:
space:
mode:
authorGravatar Josh Levenberg <josh11b@tensorflow.org>2016-01-26 11:27:40 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-26 11:40:45 -0800
commit31849e0a44a1c9c99c4524a65c9ee90e80c41499 (patch)
tree501bc129d22a7531584ffbb2be946688fcda78a7 /tensorflow/core/common_runtime/device_factory.cc
parentd47ca3eae856a17fa3326e3f694983bfd9c10dc0 (diff)
Global search & replace to move to the new location for
tensorflow/core/ files and build targets. Change: 113078283
Diffstat (limited to 'tensorflow/core/common_runtime/device_factory.cc')
-rw-r--r--tensorflow/core/common_runtime/device_factory.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/common_runtime/device_factory.cc b/tensorflow/core/common_runtime/device_factory.cc
index 6b5106e92e..7e83fc429c 100644
--- a/tensorflow/core/common_runtime/device_factory.cc
+++ b/tensorflow/core/common_runtime/device_factory.cc
@@ -23,7 +23,7 @@ limitations under the License.
#include "tensorflow/core/lib/strings/strcat.h"
#include "tensorflow/core/platform/logging.h"
#include "tensorflow/core/platform/mutex.h"
-#include "tensorflow/core/platform/port.h"
+#include "tensorflow/core/platform/types.h"
#include "tensorflow/core/public/session_options.h"
namespace tensorflow {