projects
/
platform
/
upstream
/
tensorflow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2297c8
)
Remove redundant header includes in mpi_utils.h
author
Yong Tang
<yong.tang.github@outlook.com>
Wed, 16 May 2018 13:03:49 +0000
(13:03 +0000)
committer
Yong 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
patch
|
blob
|
history
diff --git
a/tensorflow/contrib/mpi/mpi_utils.h
b/tensorflow/contrib/mpi/mpi_utils.h
index
45dc934
..
4091925
100644
(file)
--- 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