IWYU based include statement cleanup

This commit is contained in:
Axel Kohlmeyer
2020-09-02 15:26:00 -04:00
parent cc594c0613
commit 6113169a47
714 changed files with 1532 additions and 1554 deletions

View File

@ -12,15 +12,16 @@
------------------------------------------------------------------------- */
#include "compute_com_chunk.h"
#include <mpi.h>
#include <cstring>
#include "atom.h"
#include "update.h"
#include "modify.h"
#include "compute_chunk_atom.h"
#include "domain.h"
#include "memory.h"
#include "error.h"
#include "memory.h"
#include "modify.h"
#include "update.h"
#include <cstring>
using namespace LAMMPS_NS;