aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/session_factory.h
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/session_factory.h
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/session_factory.h')
-rw-r--r--tensorflow/core/common_runtime/session_factory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/core/common_runtime/session_factory.h b/tensorflow/core/common_runtime/session_factory.h
index 2d16491b50..74dadb993f 100644
--- a/tensorflow/core/common_runtime/session_factory.h
+++ b/tensorflow/core/common_runtime/session_factory.h
@@ -18,9 +18,9 @@ limitations under the License.
#include <string>
+#include "tensorflow/core/lib/core/status.h"
#include "tensorflow/core/lib/gtl/array_slice.h"
-#include "tensorflow/core/platform/port.h"
-#include "tensorflow/core/public/status.h"
+#include "tensorflow/core/platform/types.h"
namespace tensorflow {