summaryrefslogtreecommitdiff
path: root/src/pal/src/file/disk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/src/file/disk.cpp')
-rw-r--r--src/pal/src/file/disk.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pal/src/file/disk.cpp b/src/pal/src/file/disk.cpp
index ef1d488b28..08880c9c20 100644
--- a/src/pal/src/file/disk.cpp
+++ b/src/pal/src/file/disk.cpp
@@ -26,10 +26,7 @@ Revision History:
#include "pal/stackstring.hpp"
#include <sys/param.h>
-#if !defined(_AIX)
-// do we actually need this on other platforms. We don't seem to be using anything from there
#include <sys/mount.h>
-#endif
#include <errno.h>
#if HAVE_STATVFS
#include <sys/types.h>