Unverified Commit a26302f5 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[c++] remove unnecessary include in CLI (#6342)

parent dd31208a
...@@ -6,7 +6,9 @@ ...@@ -6,7 +6,9 @@
#include <iostream> #include <iostream>
#include "network/linkers.h" #ifdef USE_MPI
#include "network/linkers.h"
#endif
int main(int argc, char** argv) { int main(int argc, char** argv) {
bool success = false; bool success = false;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment