From cb0b0c8a9e077706ad1863f72105a0de68ba8ddc Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Wed, 16 May 2018 13:03:49 +0000 Subject: [PATCH] Remove redundant header includes in mpi_utils.h In `mpi_utils.h` the header `"tensorflow/core/platform/logging.h"` was included twice. This fix removes redundant header includes Signed-off-by: Yong Tang --- tensorflow/contrib/mpi/mpi_utils.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tensorflow/contrib/mpi/mpi_utils.h b/tensorflow/contrib/mpi/mpi_utils.h index 45dc934..4091925 100644 --- a/tensorflow/contrib/mpi/mpi_utils.h +++ b/tensorflow/contrib/mpi/mpi_utils.h @@ -24,7 +24,6 @@ limitations under the License. #include "tensorflow/core/platform/logging.h" #include "tensorflow/core/lib/strings/str_util.h" -#include "tensorflow/core/platform/logging.h" // Skip MPI C++ bindings support, this matches the usage in other places #define OMPI_SKIP_MPICXX -- 2.7.4