Skip to content

Commit aabb3b3

Browse files
committed
Clean up unnecessary header includes
Signed-off-by: Christoph Niethammer <niethammer@hlrs.de>
1 parent e88a7ce commit aabb3b3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/connectivity_c.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,9 @@
66
* Test the connectivity between all processes.
77
*/
88

9-
#include <errno.h>
109
#include <mpi.h>
11-
#include <netdb.h>
1210
#include <stdio.h>
13-
#include <stdlib.h>
1411
#include <string.h>
15-
#include <unistd.h>
1612

1713
int main(int argc, char **argv)
1814
{

0 commit comments

Comments
 (0)