commit 44319a397244309a7516922473aa83ce0f4a10e4
Author: sin <[email protected]>
Date:   Fri Oct 3 00:02:41 2014 +0100

    Simplify true(1) and false(1)

diff --git a/false.c b/false.c
index 368e069..fce3fd9 100644
--- a/false.c
+++ b/false.c
@@ -1,6 +1,4 @@
 /* See LICENSE file for copyright and license details. */
-#include <stdlib.h>
-
 int
 main(void)
 {
diff --git a/true.c b/true.c
index aa92e0b..cb081ec 100644
--- a/true.c
+++ b/true.c
@@ -1,6 +1,4 @@
 /* See LICENSE file for copyright and license details. */
-#include <stdlib.h>
-
 int
 main(void)
 {


Reply via email to