rechecking some corefiles with IWYU after the many updates

This commit is contained in:
Axel Kohlmeyer
2020-09-03 15:28:07 -04:00
parent 05c7cfe59f
commit 390c6ba106
13 changed files with 28 additions and 31 deletions

View File

@ -14,20 +14,20 @@
#include "comm.h"
#include "accelerator_kokkos.h"
#include "atom.h"
#include "atom.h" // IWYU pragma: keep
#include "atom_vec.h"
#include "bond.h"
#include "compute.h"
#include "domain.h"
#include "domain.h" // IWYU pragma: keep
#include "dump.h"
#include "error.h"
#include "fix.h"
#include "force.h"
#include "group.h"
#include "irregular.h"
#include "memory.h"
#include "memory.h" // IWYU pragma: keep
#include "modify.h"
#include "neighbor.h"
#include "neighbor.h" // IWYU pragma: keep
#include "output.h"
#include "pair.h"
#include "procmap.h"