From 57c2bf36b17b5396b909b7732765e11ff8bcef81 Mon Sep 17 00:00:00 2001
From: Mark Jenkinson <mark@fmrib.ox.ac.uk>
Date: Fri, 20 Feb 2004 15:02:39 +0000
Subject: [PATCH] Fixed header file problem

---
 cspline.cc | 2 +-
 cspline.h  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cspline.cc b/cspline.cc
index dd2bd78..fcf097c 100644
--- a/cspline.cc
+++ b/cspline.cc
@@ -15,7 +15,7 @@
 
 #include "newmatap.h"
 #include "newmatio.h"
-#include "miscmaths/miscmaths.h"
+#include "miscmaths.h"
 #include "cspline.h"
 
 #define WANT_STREAM
diff --git a/cspline.h b/cspline.h
index 5c231f2..9afcc5f 100644
--- a/cspline.h
+++ b/cspline.h
@@ -16,7 +16,7 @@
 
 #include "newmatap.h"
 #include "newmatio.h"
-#include "miscmaths/miscmaths.h"
+#include "miscmaths.h"
 
 #define WANT_STREAM
 #define WANT_MATH
-- 
GitLab