Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
a26302f5
Unverified
Commit
a26302f5
authored
Feb 28, 2024
by
James Lamb
Committed by
GitHub
Feb 28, 2024
Browse files
[c++] remove unnecessary include in CLI (#6342)
parent
dd31208a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/main.cpp
src/main.cpp
+3
-1
No files found.
src/main.cpp
View file @
a26302f5
...
...
@@ -6,7 +6,9 @@
#include <iostream>
#include "network/linkers.h"
#ifdef USE_MPI
#include "network/linkers.h"
#endif
int
main
(
int
argc
,
char
**
argv
)
{
bool
success
=
false
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment