aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Unix/Unix.h
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2020-02-25 15:22:18 +0100
committerJoerg Sonnenberger <joerg@bec.de>2020-02-25 15:35:04 +0100
commitdc383f07b080aa3a5725628691163850bc50ae89 (patch)
tree76fc756fd6d7d153aad8979f395bc159aea6fc8e /llvm/lib/Support/Unix/Unix.h
parente16e267bb6ee8dd923bf328fd277d8e637eb34c6 (diff)
downloadllvm-dc383f07b080aa3a5725628691163850bc50ae89.zip
llvm-dc383f07b080aa3a5725628691163850bc50ae89.tar.gz
llvm-dc383f07b080aa3a5725628691163850bc50ae89.tar.bz2
Stop including sys/param.h from Unix.h
Diffstat (limited to 'llvm/lib/Support/Unix/Unix.h')
-rw-r--r--llvm/lib/Support/Unix/Unix.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Support/Unix/Unix.h b/llvm/lib/Support/Unix/Unix.h
index 1fc9a41..6092913 100644
--- a/llvm/lib/Support/Unix/Unix.h
+++ b/llvm/lib/Support/Unix/Unix.h
@@ -36,10 +36,6 @@
#include <unistd.h>
#endif
-#ifdef HAVE_SYS_PARAM_H
-#include <sys/param.h>
-#endif
-
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif