more include file updates found by iwyu

This commit is contained in:
Axel Kohlmeyer
2020-09-02 22:52:22 -04:00
parent 7b8fe97a88
commit 45f80f4f06
17 changed files with 94 additions and 87 deletions

View File

@ -12,17 +12,15 @@
------------------------------------------------------------------------- */
#include "lattice.h"
#include "comm.h"
#include "domain.h"
#include "error.h"
#include "memory.h"
#include "update.h"
#include <cmath>
#include <cstring>
#include <cstdlib>
#include "update.h"
#include "domain.h"
#include "comm.h"
#include "force.h"
#include "memory.h"
#include "error.h"
#include "utils.h"
#include "fmt/format.h"
using namespace LAMMPS_NS;