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

Re-fixed all includes for third party stuff

parent 223ac9a9
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include <cmath> #include <cmath>
#include "base2z.h" #include "base2z.h"
#include "libprob/libprob.h" #include "libprob.h"
namespace MISCMATHS { namespace MISCMATHS {
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include "utils/log.h" #include "utils/log.h"
#include "utils/tracer_plus.h" #include "utils/tracer_plus.h"
#include <stdexcept> #include <stdexcept>
#include "libprob/libprob.h" #include "libprob.h"
using namespace NEWMAT; using namespace NEWMAT;
using namespace Utilities; using namespace Utilities;
......
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>
#include "newmat/newmatap.h" #include "newmatap.h"
#include "newmat/newmatio.h" #include "newmatio.h"
#include "base2z.h" #include "base2z.h"
//#include "miscmaths.h" //#include "miscmaths.h"
......
...@@ -14,8 +14,8 @@ ...@@ -14,8 +14,8 @@
#define WANT_STREAM #define WANT_STREAM
#define WANT_MATH #define WANT_MATH
#include "newmat/newmatap.h" #include "newmatap.h"
#include "newmat/newmatio.h" #include "newmatio.h"
#include "miscmaths.h" #include "miscmaths.h"
using namespace NEWMAT; using namespace NEWMAT;
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include <string> #include <string>
#include <set> #include <set>
#include <cmath> #include <cmath>
#include "newmat/newmat.h" #include "newmat.h"
using namespace NEWMAT; using namespace NEWMAT;
using namespace std; using namespace std;
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <fstream> #include <fstream>
#include <strstream> #include <strstream>
#include <string> #include <string>
#include "newmat/newmatap.h" #include "newmatap.h"
#include "kernel.h" #include "kernel.h"
//#pragma interface //#pragma interface
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include "miscprob.h" #include "miscprob.h"
#include "stdlib.h" #include "stdlib.h"
#include "newmat/newmatio.h" #include "newmatio.h"
#include <iostream> #include <iostream>
using namespace NEWMAT; using namespace NEWMAT;
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#define __miscprob_h #define __miscprob_h
#include "miscmaths.h" #include "miscmaths.h"
#include "libprob/libprob.h" #include "libprob.h"
#include "stdlib.h" #include "stdlib.h"
using namespace NEWMAT; using namespace NEWMAT;
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#define __optimise_h #define __optimise_h
#include <cmath> #include <cmath>
#include "newmat/newmatap.h" #include "newmatap.h"
using namespace NEWMAT; using namespace NEWMAT;
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#define WANT_MATH #define WANT_MATH
#include "miscmaths.h" #include "miscmaths.h"
#include "libprob/libprob.h" #include "libprob.h"
using namespace MISCMATHS; using namespace MISCMATHS;
......
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
#include <cmath> #include <cmath>
#include "t2z.h" #include "t2z.h"
#include "newmat/newmat.h" #include "newmat.h"
#include "utils/tracer_plus.h" #include "utils/tracer_plus.h"
#include "libprob/libprob.h" #include "libprob.h"
using namespace NEWMAT; using namespace NEWMAT;
using namespace Utilities; using namespace Utilities;
......
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>
#include "newmat/newmatap.h" #include "newmatap.h"
#include "newmat/newmatio.h" #include "newmatio.h"
#include "base2z.h" #include "base2z.h"
using namespace NEWMAT; 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