Remove dependencies on core/lib/hash under tensorflow/core/platform.

The library has moved to core/platform.

PiperOrigin-RevId: 283169462
Change-Id: I409fabd04bd5254ff94d3129ebcd399a5cbc15ab
This commit is contained in:
Gunhan Gulsoy 2019-11-30 15:49:44 -08:00 committed by TensorFlower Gardener
parent c4dae6499d
commit 0654c7829b
2 changed files with 2 additions and 1 deletions

View File

@ -342,6 +342,7 @@ TF_DEFAULT_PLATFORM_LIBRARIES = {
"deps": [
"//tensorflow/core/lib/hash",
"//tensorflow/core/platform",
"//tensorflow/core/platform:hash",
"//tensorflow/core/platform:logging",
"//tensorflow/core/platform:macros",
"//tensorflow/core/platform:strcat",

View File

@ -18,7 +18,7 @@ limitations under the License.
#include <array>
#include <atomic>
#include "tensorflow/core/lib/hash/hash.h"
#include "tensorflow/core/platform/hash.h"
namespace tensorflow {
namespace tracing {