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,8 +17,13 @@
#include "onfunctions.h"
#include "matrixfun.h"
#include <iostream>
#include "mat3x3.h"
#include "mat6x6.h"
#include "vect3.h"
#include "vect6.h"
#include "virtualmatrix.h"
using namespace std;
// friend of Vect3 & Vect6