diff --git a/common/2d/2dsline.c b/common/2d/2dsline.c index 0972719b9..bf4fb03f4 100644 --- a/common/2d/2dsline.c +++ b/common/2d/2dsline.c @@ -18,12 +18,10 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. */ #include -#include "u_mem.h" #include "gr.h" #include "grdef.h" -#include "dxxerror.h" -void gr_linear_darken(ubyte * dest, int darkening_level, int count, ubyte * fade_table) { +static void gr_linear_darken(ubyte * dest, int darkening_level, int count, ubyte * fade_table) { register int i; for (i=0;i