aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/op_segment.h
diff options
context:
space:
mode:
authorGravatar Josh Levenberg <josh11b@tensorflow.org>2016-01-26 11:42:46 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-26 12:55:46 -0800
commit64aa0989c110433e275d23bbe6f3605a26b2efb0 (patch)
tree7f163cb4dcbeeebe5c866b96588366f1bde41071 /tensorflow/core/framework/op_segment.h
parentc10f439740396006e45059435e552e4d4ad2c1ad (diff)
Global search & replace to move to the new location for
tensorflow/core/ files and build targets. Change: 113080064
Diffstat (limited to 'tensorflow/core/framework/op_segment.h')
-rw-r--r--tensorflow/core/framework/op_segment.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/core/framework/op_segment.h b/tensorflow/core/framework/op_segment.h
index d5faada4c1..f5d75aa725 100644
--- a/tensorflow/core/framework/op_segment.h
+++ b/tensorflow/core/framework/op_segment.h
@@ -20,11 +20,11 @@ limitations under the License.
#include <unordered_map>
#include "tensorflow/core/framework/op_kernel.h"
+#include "tensorflow/core/lib/core/status.h"
#include "tensorflow/core/platform/macros.h"
#include "tensorflow/core/platform/mutex.h"
-#include "tensorflow/core/platform/port.h"
#include "tensorflow/core/platform/thread_annotations.h"
-#include "tensorflow/core/public/status.h"
+#include "tensorflow/core/platform/types.h"
namespace tensorflow {