From 44319a397244309a7516922473aa83ce0f4a10e4 Mon Sep 17 00:00:00 2001 From: sin Date: Fri, 3 Oct 2014 00:02:41 +0100 Subject: [PATCH] Simplify true(1) and false(1) --- false.c | 2 -- true.c | 2 -- 2 files changed, 4 deletions(-) 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 - 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 - int main(void) {