more IWYU cleanup in packages

This commit is contained in:
Axel Kohlmeyer
2020-09-03 04:39:23 -04:00
parent 55704368d0
commit 88ddfa4eb0
84 changed files with 610 additions and 731 deletions

View File

@ -15,17 +15,18 @@
Contributing author: Zheng GONG (ENS de Lyon, z.gong@outlook.com)
------------------------------------------------------------------------- */
#include "compute_viscosity_cos.h"
#include "atom.h"
#include "update.h"
#include "force.h"
#include "domain.h"
#include "comm.h"
#include "group.h"
#include "error.h"
#include "math_const.h"
#include <cmath>
using namespace LAMMPS_NS;
using namespace MathConst;