From 9672033c6308b8878cd6c70bef5af7e6a079f341 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 7 Apr 2016 12:58:44 +0200 Subject: [PATCH] Drop include from RTEMS This include is not present in default Newlib, glibc and FreeBSD . With it there is now a conflict with introduced by ecf453f9635fb278cff4d4bae21a1e249313b817. Signed-off-by: Sebastian Huber --- newlib/libc/sys/rtems/include/sys/param.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/newlib/libc/sys/rtems/include/sys/param.h b/newlib/libc/sys/rtems/include/sys/param.h index aa0435220..db9786b31 100644 --- a/newlib/libc/sys/rtems/include/sys/param.h +++ b/newlib/libc/sys/rtems/include/sys/param.h @@ -47,8 +47,6 @@ /* end of from newlib's */ -#include - #define BSD 199506 /* System version (year & month). */ #define BSD4_3 1 #define BSD4_4 1 -- 2.43.5