mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 02:45:37 -04:00
[libcalamares] Untangle Python includes
- Use BoostPython.h to manage overall includes - Remove local home-grown variations
This commit is contained in:
parent
f8998834cf
commit
95722541d0
5 changed files with 6 additions and 46 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue