Remove redundant header includes in mpi_utils.h
authorYong Tang <yong.tang.github@outlook.com>
Wed, 16 May 2018 13:03:49 +0000 (13:03 +0000)
committerYong Tang <yong.tang.github@outlook.com>
Wed, 16 May 2018 16:01:45 +0000 (16:01 +0000)
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>
tensorflow/contrib/mpi/mpi_utils.h

index 45dc934..4091925 100644 (file)
@@ -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