From d65fbf4c19bba0c53498f3818943a345d84814f6 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Fri, 2 Feb 2018 09:56:44 -0500 Subject: [PATCH] Unneeded includes. --- demos/firework.c | 4 ---- demos/ozdemo.c | 1 - demos/xmas.c | 1 - 3 files changed, 6 deletions(-) diff --git a/demos/firework.c b/demos/firework.c index 20ac6768..88151401 100644 --- a/demos/firework.c +++ b/demos/firework.c @@ -1,9 +1,5 @@ -#include -#include #include -#include #include -#include #include #define DELAYSIZE 200 diff --git a/demos/ozdemo.c b/demos/ozdemo.c index 7fcd40bc..47bd8cac 100644 --- a/demos/ozdemo.c +++ b/demos/ozdemo.c @@ -5,7 +5,6 @@ * Hacks by jbuhler@cs.washington.edu on 12/29/96 */ -#include #include #include #include diff --git a/demos/xmas.c b/demos/xmas.c index 62b4842a..e1c02c03 100644 --- a/demos/xmas.c +++ b/demos/xmas.c @@ -45,7 +45,6 @@ /******************************************************************************/ #include -#include void lil(WINDOW *); void midtop(WINDOW *);