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

@ -17,7 +17,7 @@
#include <cstdlib>
#include <cstring>
#include <Python.h>
#include <Python.h> // IWYU pragma: keep
#include "python_impl.h"
#include "force.h"
#include "input.h"