From dc383f07b080aa3a5725628691163850bc50ae89 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Tue, 25 Feb 2020 15:22:18 +0100 Subject: [PATCH] Stop including sys/param.h from Unix.h --- llvm/lib/Support/Unix/Unix.h | 4 ---- 1 file changed, 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 #endif -#ifdef HAVE_SYS_PARAM_H -#include -#endif - #ifdef HAVE_SYS_TIME_H # include #endif -- 2.7.4