From 284ccd4c9d268fd73125c2a23fe6d2d844fbf10c Mon Sep 17 00:00:00 2001 From: Joshua Grams Date: Wed, 12 Apr 2006 17:01:30 +0000 Subject: [PATCH] includes fixes --- args.c | 1 + args.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/args.c b/args.c index 11214a8..519833a 100644 --- a/args.c +++ b/args.c @@ -1,5 +1,6 @@ #include #include +#include #include "args.h" #include "config.h" diff --git a/args.h b/args.h index a71fd63..5bf4a8b 100644 --- a/args.h +++ b/args.h @@ -1,8 +1,6 @@ #ifndef VOR_ARGS_H #define VOR_ARGS_H -#include - // Gameplay Variations extern float opt_bounciness; extern float opt_gamespeed; -- 1.7.10.4