X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fctglobals.h;h=4ba0fd8ce492803c2e21dd5b88d70f441d9cd592;hp=4e0da2e39186fcdeb41600ccfa33498a1611d830;hb=3195acb0c7c6e7a660fe27eb653a0aca56e91024;hpb=23a88a68dc4365314d21b832740bfaf24831c643 diff --git a/include/ctglobals.h b/include/ctglobals.h index 4e0da2e..4ba0fd8 100644 --- a/include/ctglobals.h +++ b/include/ctglobals.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2001 Kevin Rosenberg ** -** $Id: ctglobals.h,v 1.2 2001/01/13 03:51:35 kevin Exp $ +** $Id: ctglobals.h,v 1.3 2001/01/18 21:30:22 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -30,7 +30,6 @@ #define __CTGLOBALS_H #ifdef HAVE_WXWINDOWS -#include "../src/ctsim.h" class CTSimApp; extern bool g_bRunningWXWindows; // variable defined in syserror.cpp extern CTSimApp* theApp;