Skip to content
Snippets Groups Projects
Commit 93085577 authored by Matthew Webster's avatar Matthew Webster
Browse files

removed older .h includes

parent 14588a6d
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,8 @@
#define WANT_STREAM
#define WANT_MATH
#include <iostream.h>
#include <fstream.h>
#include <iostream>
#include <fstream>
#include <stdlib.h>
#include <stdio.h>
#include "ccopsOptions.h"
......
......@@ -10,12 +10,11 @@
#define ccopsOptions_h
#include <string>
#include <iostream.h>
#include <fstream.h>
#include <iostream>
#include <fstream>
#include <stdlib.h>
#include <stdio.h>
#include "utils/options.h"
//#include "newmatall.h"
using namespace Utilities;
namespace CCOPS {
......
......@@ -10,8 +10,8 @@
#define probtrackxOptions_h
#include <string>
#include <iostream.h>
#include <fstream.h>
#include <iostream>
#include <fstream>
#include <stdlib.h>
#include <stdio.h>
#include "utils/options.h"
......
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