Fix mamer crash on listmanagers command
[capablanca.git] / lasker-2.2.3 / bots / mamer / Game.hh
index 5247cdb..7e27de7 100644 (file)
@@ -3,17 +3,13 @@
 //
 // Matthew E. Moses & Michael A. Long
 //
-// $Revision: 1.5 $
-// $Date: 2002/07/02 00:05:19 $
+// $Revision: 1.3 $
+// $Date: 1998/09/10 19:58:41 $
 //
-// $Log: Game.hh,v $
-// Revision 1.5  2002/07/02 00:05:19  tridge
-// got rid of a bunch of RCS tags now that its in CVS
-//
-// Revision 1.4  2002/07/02 00:02:40  tridge
-// - fixed compile on g++ 2.96
-// - updated for lasker 'rmatch'
+// $Author: mlong $
+// $Locker:  $
 //
+// $Log: Game.hh,v $
 // Revision 1.3  1998/09/10 19:58:41  mlong
 // lots of little bug fixes and a few new features.
 //
@@ -30,8 +26,8 @@
 #ifndef _Game_
 #define _Game_
 
-#include <fstream.h>
-#include <iostream.h>
+#include <fstream>
+#include <iostream>
 
 extern "C" {
 #include <sys/param.h>