[libcalamares] Simplify includes

- PythonHelper.h already pulls in all the Python machinery
This commit is contained in:
Adriaan de Groot 2020-02-12 11:04:15 +01:00
parent 95722541d0
commit 3b35ca7bb9

View File

@ -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;