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

@ -29,7 +29,7 @@
#include "irregular.h"
#include "memory.h"
#include "reader.h"
#include "style_reader.h"
#include "style_reader.h" // IWYU pragma: keep
#include "update.h"
#include <cstring>
@ -243,7 +243,7 @@ void ReadDump::setup_reader(int narg, char **arg)
for (int i = 0; i < nreader; i++) \
readers[i] = new Class(lmp); \
}
#include "style_reader.h"
#include "style_reader.h" // IWYU pragma: keep
#undef READER_CLASS
// unrecognized style