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 *);