diff --git a/slicetimer.cc b/slicetimer.cc index 7b14d645c3d0df2f78fbe57ad519215481b07537..aa949f17a33bf7e5686a07edac545a54ec40e34c 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;