Skip to content

Commit dc383f0

Browse files
committed
Stop including sys/param.h from Unix.h
1 parent e16e267 commit dc383f0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/lib/Support/Unix/Unix.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@
3636
#include <unistd.h>
3737
#endif
3838

39-
#ifdef HAVE_SYS_PARAM_H
40-
#include <sys/param.h>
41-
#endif
42-
4339
#ifdef HAVE_SYS_TIME_H
4440
# include <sys/time.h>
4541
#endif

0 commit comments

Comments
 (0)