transform POEMS library to conform to IWYU conventions

This commit is contained in:
Axel Kohlmeyer
2019-07-01 04:16:00 -04:00
parent 44372f5236
commit 39f5b8c734
64 changed files with 301 additions and 138 deletions

View File

@ -17,9 +17,26 @@
#include "system.h"
#include <cstddef>
#include <iostream>
#include "body.h"
#include "joint.h"
#include <cmath>
#include "colmatrix.h"
#include "eulerparameters.h"
#include "fixedpoint.h"
#include "freebodyjoint.h"
#include "inertialframe.h"
#include "mat3x3.h"
#include "matrix.h"
#include "matrixfun.h"
#include "rigidbody.h"
#include "sphericaljoint.h"
#include "vect3.h"
#include "virtualmatrix.h"
class Point;
System::System(){