Commit f4d14c96 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

convert poems lib to use c++-style header includes

parent 3394d18a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
 *_________________________________________________________________________*/

#include "eulerparameters.h"
#include "math.h"
#include <cmath>

using namespace std;

+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
 *_________________________________________________________________________*/

#include "matrixfun.h"
#include <math.h>
#include <cmath>
#include "fastmatrixops.h"
#include <cstdlib>

+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
#include "system.h"
#include "body.h"
#include "joint.h"
#include <math.h>
#include <cmath>


System::System(){
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
#include <iostream>
#include <fstream>
#include <string>
#include <stdio.h>   
#include <cstdio>   
#include <iomanip>  

#include "poemslist.h"
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
#include <iostream>
#include <fstream>
#include <string>
#include <stdio.h>   
#include <cstdio>   
#include <iomanip>  
#include <vector>