[libcalamares] Simplify includes

- PythonHelper.h already pulls in all the Python machinery
main
Adriaan de Groot 6 years ago
parent 95722541d0
commit 3b35ca7bb9

@ -29,13 +29,6 @@
#ifdef WITH_PYTHON
#include "PythonHelper.h"
#undef slots
#include <boost/python/list.hpp>
#include <boost/python/str.hpp>
namespace bp = boost::python;
#endif
using CalamaresUtils::operator""_MiB;

Loading…
Cancel
Save