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

@ -15,17 +15,13 @@
Contributing authors: Richard Berger (Temple U)
------------------------------------------------------------------------- */
#include "lammps.h"
#include "force.h"
#include "error.h"
#include "comm.h"
#include "potential_file_reader.h"
#include "update.h"
#include "utils.h"
#include "tokenizer.h"
#include "fmt/format.h"
#include <cstring>
#include "comm.h"
#include "error.h"
#include "text_file_reader.h"
#include "tokenizer.h"
#include "update.h"
using namespace LAMMPS_NS;