aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/mpi
diff options
context:
space:
mode:
authorGravatar Yong Tang <yong.tang.github@outlook.com>2018-05-16 13:03:49 +0000
committerGravatar Yong Tang <yong.tang.github@outlook.com>2018-05-16 16:01:45 +0000
commitcb0b0c8a9e077706ad1863f72105a0de68ba8ddc (patch)
tree907184d929d012c7704c86eecbc6547c175236a2 /tensorflow/contrib/mpi
parentd2297c8571ea485898851420de9f8368f0c869fd (diff)
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 <yong.tang.github@outlook.com>
Diffstat (limited to 'tensorflow/contrib/mpi')
-rw-r--r--tensorflow/contrib/mpi/mpi_utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/contrib/mpi/mpi_utils.h b/tensorflow/contrib/mpi/mpi_utils.h
index 45dc934934..4091925fc0 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