Skip to content
Snippets Groups Projects
Commit 062081f4 authored by Mark Jenkinson's avatar Mark Jenkinson
Browse files

Fixed include paths for headers

parent e40cd09c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment