more IWYU cleanup

This commit is contained in:
Axel Kohlmeyer
2020-09-02 23:42:08 -04:00
parent 047c14d17c
commit a4a1f7e848
36 changed files with 195 additions and 210 deletions

View File

@ -16,18 +16,18 @@
------------------------------------------------------------------------- */
#include "procmap.h"
#include <mpi.h>
#include "comm.h"
#include "domain.h"
#include "error.h"
#include "math_extra.h"
#include "memory.h"
#include "universe.h"
#include <cmath>
#include <cstring>
#include <map>
#include <string>
#include <utility>
#include "universe.h"
#include "comm.h"
#include "domain.h"
#include "math_extra.h"
#include "memory.h"
#include "error.h"
using namespace LAMMPS_NS;