Fix dso_loader.cc's includes.

PiperOrigin-RevId: 227753675
This commit is contained in:
Tim Shen 2019-01-03 14:45:53 -08:00 committed by TensorFlower Gardener
parent 000dc6e0fa
commit 7d57d32e44
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ tf_custom_op_library(
deps = [ deps = [
":mpi_defines", ":mpi_defines",
":mpi_message_proto_cc", ":mpi_message_proto_cc",
"//tensorflow/stream_executor:stream_executor_headers_lib", "//tensorflow/core:stream_executor_headers_lib",
"//third_party/mpi", "//third_party/mpi",
], ],
) )

View File

@ -28,7 +28,7 @@ limitations under the License.
#include "tensorflow/stream_executor/lib/path.h" #include "tensorflow/stream_executor/lib/path.h"
#include "tensorflow/stream_executor/lib/str_util.h" #include "tensorflow/stream_executor/lib/str_util.h"
#include "tensorflow/stream_executor/lib/stringprintf.h" #include "tensorflow/stream_executor/lib/stringprintf.h"
#include "tensorflow/stream_executor/platform/dso_loader.h" #include "tensorflow/stream_executor/platform/default/dso_loader.h"
#include "tensorflow/stream_executor/platform/logging.h" #include "tensorflow/stream_executor/platform/logging.h"
#include "tensorflow/stream_executor/platform/port.h" #include "tensorflow/stream_executor/platform/port.h"