tRemoval of redundant #include - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 1c6668cc7168d4c7303ead9888e80216734256ee
 (DIR) parent a5f39227a993d419363e13659840972d65072b0d
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Mon, 25 Feb 2002 18:22:50 +0000
       
       Removal of redundant #include
       
       
       Diffstat:
         M src/dopeos.c                        |       3 ---
       
       1 file changed, 0 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/src/dopeos.c b/src/dopeos.c
       t@@ -30,9 +30,6 @@
        #ifdef CYGWIN                   /* Code for native Win32 build under Cygwin */
        
        #include <conio.h>
       -#ifdef GUI_CLIENT
       -#include "gtkport.h"
       -#endif
        
        CHAR_INFO RealScreen[25][80], VirtualScreen[25][80];
        HANDLE hOut, hIn;