From 3ba2cee7ad05f99edfd1abd6894b99ed613dd5d4 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 5 Aug 2021 13:23:47 +0200 Subject: Removed check for ACE_LACKS_ULIMIT_H, not set in any config file * ACE/ace/os_include/os_ulimit.h: --- ACE/ace/os_include/os_ulimit.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ACE/ace/os_include') diff --git a/ACE/ace/os_include/os_ulimit.h b/ACE/ace/os_include/os_ulimit.h index 5033bf6f1d1..1c98215f109 100644 --- a/ACE/ace/os_include/os_ulimit.h +++ b/ACE/ace/os_include/os_ulimit.h @@ -22,9 +22,7 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -#if !defined (ACE_LACKS_ULIMIT_H) -# include /**/ -#endif /* !ACE_LACKS_ULIMIT_H */ +#include /**/ #include /**/ "ace/post.h" #endif /* ACE_OS_INCLUDE_OS_ULIMIT_H */ -- cgit v1.2.1