Make mamer compilable
[capablanca.git] / lasker-2.2.3 / bots / mamer / Tourney.hh
index b0d2d00..7fc71ab 100644 (file)
@@ -3,10 +3,10 @@
 //
 // Matthew E. Moses & Michael A. Long
 //
-// $Revision: 1.12 $
-// $Date: 2002/07/02 00:02:40 $
+// $Revision: 1.11 $
+// $Date: 1998/09/10 19:58:41 $
 //
-// $Author: tridge $
+// $Author: mlong $
 // $Locker:  $
 //
 //--------------------------------------------------------------------------
@@ -16,8 +16,8 @@
 
 #define log22(x) (log(x)/log(2))
 
-#include <fstream.h>
-#include <iostream.h>
+#include <fstream>
+#include <iostream>
 
 extern "C" {
 #include <sys/param.h>
@@ -137,10 +137,6 @@ class Tourney : public Link {
 
 //---------------------------------------------------------
 // $Log: Tourney.hh,v $
-// Revision 1.12  2002/07/02 00:02:40  tridge
-// - fixed compile on g++ 2.96
-// - updated for lasker 'rmatch'
-//
 // Revision 1.11  1998/09/10 19:58:41  mlong
 // lots of little bug fixes and a few new features.
 //