--- sourceforge.net/trunk/rdesktop/rdesktop.h 2002/09/24 07:27:43 189 +++ sourceforge.net/trunk/rdesktop/rdesktop.h 2002/09/24 07:33:17 190 @@ -21,7 +21,6 @@ #include #include #include -#include #define VERSION "1.1.0" @@ -31,7 +30,7 @@ #define DEBUG(args) #endif -#if defined(WITH_DEBUG_KBD) +#ifdef WITH_DEBUG_KBD #define DEBUG_KBD(args) printf args; #else #define DEBUG_KBD(args)