more IWYU cleanup in packages

This commit is contained in:
Axel Kohlmeyer
2020-09-03 04:39:23 -04:00
parent 55704368d0
commit 88ddfa4eb0
84 changed files with 610 additions and 731 deletions

View File

@ -12,19 +12,19 @@
------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
Contributing author: Richard Berger and Axel Kohlmeyer (Temple U)
Contributing authors: Richard Berger and Axel Kohlmeyer (Temple U)
------------------------------------------------------------------------- */
#include "python_impl.h"
#include <cstdlib>
#include <cstring>
#include <Python.h> // IWYU pragma: keep
#include "force.h"
#include "input.h"
#include "variable.h"
#include "memory.h"
#include "error.h"
#include "input.h"
#include "memory.h"
#include "python_compat.h"
#include "variable.h"
#include <cstring>
#include <Python.h> // IWYU pragma: export
using namespace LAMMPS_NS;