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

Fixed include paths for headers

parent b086927f
No related branches found
No related tags found
No related merge requests found
......@@ -7,10 +7,6 @@
/* CCOPYRIGHT */
#include "Log.h"
#include <iostream>
#include <fstream>
#include <strstream>
#include <string>
namespace Utilities {
......
......@@ -17,13 +17,8 @@ determining streaming to the Logfile and/or cout. */
#if !defined(log_h)
#define log_h
#include <iostream>
#include <fstream>
#include <string>
#include <iomanip>
#include <strstream>
#include "newmatap.h"
#include "newmatio.h"
#include "newmat/newmatap.h"
#include "newmat/newmatio.h"
using namespace std;
......
......@@ -2,10 +2,6 @@
#if !defined(OPTIONS_H)
#define OPTIONS_H
#include <stdexcept>
#include <string>
#include <vector>
#include <iostream>
#define POSIX_SOURCE 1
......
......@@ -7,11 +7,6 @@
/* CCOPYRIGHT */
#include "time_tracer.h"
#include <iostream>
#include <fstream>
#include <strstream>
#include <string>
#include <set>
namespace Utilities {
......
......@@ -9,13 +9,6 @@
#if !defined(Time_Tracer_h)
#define Time_Tracer_h
#include <iostream>
#include <fstream>
#include <string>
#include <time.h>
#include <set>
#include <stack>
#include <iterator>
using namespace std;
......
......@@ -9,13 +9,8 @@
#if !defined(Tracer_Plus_h)
#define Tracer_Plus_h
#include <iostream>
#include <fstream>
#include <string>
#include <time.h>
#include <set>
#include "newmatap.h"
#include "newmatio.h"
#include "newmat/newmatap.h"
#include "newmat/newmatio.h"
#include "time_tracer.h"
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