From 741c8e80911184356b746bbc288fa10974136f23 Mon Sep 17 00:00:00 2001
From: Stephen Smith <steve@fmrib.ox.ac.uk>
Date: Thu, 8 May 2003 17:25:14 +0000
Subject: [PATCH] updated include lines for correctness, to compile on
 cygwin-gcc-2

---
 slicetimer.cc | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/slicetimer.cc b/slicetimer.cc
index 45937bf..01e4df9 100644
--- a/slicetimer.cc
+++ b/slicetimer.cc
@@ -7,16 +7,14 @@
 /*  CCOPYRIGHT */
 
 
-#include <math.h>
-#include <iostream.h>
+#include <cmath>
+#include <iostream>
 #include <iomanip>
-#include <fstream.h>
-#include <stdlib.h>
-#include <stdio.h>
+#include <fstream>
+#include <cstdlib>
 #include <string>
 #include <strstream>
-#include <unistd.h>
-#include <vector.h>
+#include <vector>
 
 #include "miscmaths/optimise.h"
 #include "newmatap.h"
-- 
GitLab