Skip to content

Commit c4969c5

Browse files
authored
Merge pull request #8514 from edgargabriel/pr/fix-lustre-2.14-v4.0.x
v4.0.x: fs/lustre: Remove unneeded includes
2 parents 19df42c + 1b1196f commit c4969c5

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

ompi/mca/fs/lustre/fs_lustre.c

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,6 @@
3232
#include "ompi/mca/fs/base/base.h"
3333
#include "ompi/mca/fs/lustre/fs_lustre.h"
3434

35-
#ifdef HAVE_SYS_STATFS_H
36-
#include <sys/statfs.h> /* or <sys/vfs.h> */
37-
#endif
38-
#ifdef HAVE_SYS_PARAM_H
39-
#include <sys/param.h>
40-
#endif
41-
#ifdef HAVE_SYS_MOUNT_H
42-
#include <sys/mount.h>
43-
#endif
44-
#ifdef HAVE_SYS_STAT_H
45-
#include <sys/stat.h>
46-
#endif
47-
48-
#include <sys/ioctl.h>
49-
5035
/*
5136
* *******************************************************************
5237
* ************************ actions structure ************************

0 commit comments

Comments
 (0)