update list and order of include files from include-what-you-use analysis

This commit is contained in:
Axel Kohlmeyer
2021-09-18 11:35:24 -04:00
parent db76edbade
commit bca99f684f
195 changed files with 587 additions and 787 deletions

View File

@ -17,7 +17,7 @@
------------------------------------------------------------------------- */
#include "write_dump.h"
#include "style_dump.h"
#include "style_dump.h" // IWYU pragma: keep
#include "comm.h"
#include "dump.h"
@ -64,7 +64,7 @@ void WriteDump::command(int narg, char **arg)
#define DumpStyle(key,Class) \
} else if (strcmp(arg[1],#key) == 0) { \
dump = new Class(lmp,modindex+2,dumpargs);
#include "style_dump.h"
#include "style_dump.h" // IWYU pragma: keep
#undef DUMP_CLASS
} else error->all(FLERR,utils::check_packages_for_style("dump",arg[1],lmp));