From 062081f40b241063d1c85598381559618e0b200b Mon Sep 17 00:00:00 2001 From: Mark Jenkinson <mark@fmrib.ox.ac.uk> Date: Sat, 22 Feb 2003 17:56:34 +0000 Subject: [PATCH] Fixed include paths for headers --- slicetimer.cc | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/slicetimer.cc b/slicetimer.cc index 7b14d64..aa949f1 100644 --- a/slicetimer.cc +++ b/slicetimer.cc @@ -7,23 +7,13 @@ /* CCOPYRIGHT */ -#include <math.h> -#include <iostream.h> -#include <iomanip> -#include <fstream.h> -#include <stdlib.h> -#include <stdio.h> -#include <string> -#include <strstream> -#include <unistd.h> -#include <vector.h> - -#include "optimise.h" -#include "newmatap.h" -#include "newmatio.h" -#include "newimageall.h" -#include "options.h" -#include "kernel.h" + +#include "miscmaths/optimise.h" +#include "newmat/newmatap.h" +#include "newmat/newmatio.h" +#include "newimage/newimageall.h" +#include "utils/options.h" +#include "miscmaths/kernel.h" using namespace MISCMATHS; using namespace NEWMAT; -- GitLab