first batch of changes suggested by using include-what-you-use tool

This commit is contained in:
Axel Kohlmeyer
2019-06-27 09:14:36 -04:00
parent 08ac695a06
commit 84e156d380
15 changed files with 18 additions and 22 deletions

View File

@ -14,7 +14,7 @@
#ifndef LMP_COMPUTE_H
#define LMP_COMPUTE_H
#include "pointers.h"
#include "pointers.h" // IWYU pragma: export
namespace LAMMPS_NS {