We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19df42c + 1b1196f commit c4969c5Copy full SHA for c4969c5
ompi/mca/fs/lustre/fs_lustre.c
@@ -32,21 +32,6 @@
32
#include "ompi/mca/fs/base/base.h"
33
#include "ompi/mca/fs/lustre/fs_lustre.h"
34
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
41
-#ifdef HAVE_SYS_MOUNT_H
42
-#include <sys/mount.h>
43
44
-#ifdef HAVE_SYS_STAT_H
45
-#include <sys/stat.h>
46
47
-
48
-#include <sys/ioctl.h>
49
50
/*
51
* *******************************************************************
52
* ************************ actions structure ************************
0 commit comments