Remove unneeded guard.
There is no reason why <stdbool.h> needs an include guard. It is already protected by __bool_true_false_are_defined.
This commit is contained in:
parent
04885212b1
commit
576fb69bc9
@ -26,9 +26,6 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#ifndef _STDBOOL_H_
|
||||
#define _STDBOOL_H_
|
||||
|
||||
#ifndef __bool_true_false_are_defined
|
||||
#define __bool_true_false_are_defined 1
|
||||
|
||||
@ -44,5 +41,3 @@ typedef int _Bool;
|
||||
|
||||
#endif /* !__cplusplus */
|
||||
#endif /* __bool_true_false_are_defined */
|
||||
|
||||
#endif /* !_STDBOOL_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user