From 354b8a63c1a4df1eb7e4a8b9e10de2f3d33b00fb Mon Sep 17 00:00:00 2001 From: Mark Jenkinson <mark@fmrib.ox.ac.uk> Date: Sun, 2 Mar 2003 16:04:29 +0000 Subject: [PATCH] Re-fixed all includes for third party stuff --- slicetimer.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slicetimer.cc b/slicetimer.cc index 97a3fc5..232f665 100644 --- a/slicetimer.cc +++ b/slicetimer.cc @@ -19,8 +19,8 @@ #include <vector.h> #include "miscmaths/optimise.h" -#include "newmat/newmatap.h" -#include "newmat/newmatio.h" +#include "newmatap.h" +#include "newmatio.h" #include "newimage/newimageall.h" #include "utils/options.h" #include "miscmaths/kernel.h" -- GitLab