[libcalamares] Untangle Python includes

- Use BoostPython.h to manage overall includes
 - Remove local home-grown variations
This commit is contained in:
Adriaan de Groot 2020-02-12 11:02:38 +01:00
parent f8998834cf
commit 95722541d0
5 changed files with 6 additions and 46 deletions

View file

@ -25,14 +25,6 @@
#include <QDir>
#include <QFileInfo>
#undef slots
#include "utils/boost-warnings.h"
#include <boost/python.hpp>
#ifdef __clang__
#pragma clang diagnostic pop
#endif
namespace bp = boost::python;
namespace CalamaresPython