more cleanup of include file handling. starting to work on files in packages

This commit is contained in:
Axel Kohlmeyer
2019-07-02 01:12:16 -04:00
parent 42c31227d9
commit fc1d8f2cbf
52 changed files with 76 additions and 231 deletions

View File

@ -15,7 +15,7 @@
Contributing author: Richard Berger (Temple U)
------------------------------------------------------------------------- */
#include <Python.h>
#include <Python.h> // IWYU pragma: keep
#include <cstring>
#include "fix_python_move.h"
#include "lmppython.h"