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

@ -16,13 +16,14 @@
------------------------------------------------------------------------- */
#include "fix_python_invoke.h"
#include <Python.h> // IWYU pragma: keep
#include <cstring>
#include "force.h"
#include "update.h"
#include "error.h"
#include "lmppython.h"
#include "python_compat.h"
#include "update.h"
#include <cstring>
#include <Python.h> // IWYU pragma: export
using namespace LAMMPS_NS;
using namespace FixConst;