aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/tensor_shape.cc
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/tensor_shape.cc
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/tensor_shape.cc')
-rw-r--r--tensorflow/core/framework/tensor_shape.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/framework/tensor_shape.cc b/tensorflow/core/framework/tensor_shape.cc
index 7dd3970b87..a5a8baeb31 100644
--- a/tensorflow/core/framework/tensor_shape.cc
+++ b/tensorflow/core/framework/tensor_shape.cc
@@ -13,7 +13,7 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
-#include "tensorflow/core/public/tensor_shape.h"
+#include "tensorflow/core/framework/tensor_shape.h"
#include "tensorflow/core/lib/core/errors.h"
#include "tensorflow/core/lib/strings/str_util.h"