apply include statement updates suggested by running IWYU

This commit is contained in:
Axel Kohlmeyer
2022-02-13 18:21:03 -05:00
parent 1307371942
commit 3bc91386a0
86 changed files with 48 additions and 132 deletions

View File

@ -18,8 +18,8 @@
#ifndef LMP_POTENTIAL_FILE_READER_H
#define LMP_POTENTIAL_FILE_READER_H
#include "pointers.h" // IWYU pragma: export
#include "tokenizer.h"
#include "pointers.h" // IWYU pragma: export
#include "tokenizer.h" // IWYU pragma: export
namespace LAMMPS_NS {
class TextFileReader;