Stop including sys/param.h from Unix.h
authorJoerg Sonnenberger <joerg@bec.de>
Tue, 25 Feb 2020 14:22:18 +0000 (15:22 +0100)
committerJoerg Sonnenberger <joerg@bec.de>
Tue, 25 Feb 2020 14:35:04 +0000 (15:35 +0100)
llvm/lib/Support/Unix/Unix.h

index 1fc9a41..6092913 100644 (file)
 #include <unistd.h>
 #endif
 
-#ifdef HAVE_SYS_PARAM_H
-#include <sys/param.h>
-#endif
-
 #ifdef HAVE_SYS_TIME_H
 # include <sys/time.h>
 #endif