IWYU based include statement cleanup
This commit is contained in:
@ -18,10 +18,11 @@
|
||||
#ifndef LMP_TOKENIZER_H
|
||||
#define LMP_TOKENIZER_H
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "lmptype.h"
|
||||
#include <exception>
|
||||
|
||||
#include <exception> // IWYU pragma: export
|
||||
#include <string> // IWYU pragma: export
|
||||
#include <vector> // IWYU pragma: export
|
||||
|
||||
namespace LAMMPS_NS {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user