Update copyright date; remove old CVS keyword
[ctsim.git] / include / timer.h
index a86027e00f5ddbbbcb3dee27f178bd217550c8c2..ceefb6da33ffa841b4628c30136001fb730a0006 100644 (file)
@@ -7,9 +7,7 @@
 **      Date Started: Sep 2000
 **
 **  This is part of the CTSim program
-**  Copyright (c) 1983-2001 Kevin Rosenberg
-**
-**  $Id$
+**  Copyright (c) 1983-2009 Kevin Rosenberg
 **
 **  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
 #ifndef _TIMER_H
 #define _TIMER_H
 
-// pragma line required for Fedora 4 and wxWin 2.4.2
-#if defined(__GNUG__) && !defined(__APPLE__)
-   #pragma implementation "timer.h"
-#endif
-
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif