continuing to clean up include file lists

This commit is contained in:
Axel Kohlmeyer
2019-07-01 14:31:41 -04:00
parent 2443c8ad13
commit 42c31227d9
55 changed files with 21 additions and 92 deletions

View File

@ -12,7 +12,11 @@
------------------------------------------------------------------------- */
#include "lmppython.h"
#if LMP_PYTHON
#include "python_impl.h"
#else
#include "error.h"
#endif
using namespace LAMMPS_NS;