From 13ded5f005568f13612d3da1befea4b8e15a61fb Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Thu, 14 May 2020 11:53:26 +0200 Subject: [PATCH] [libcalamares] #include-styling --- src/libcalamares/PythonJobApi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libcalamares/PythonJobApi.h b/src/libcalamares/PythonJobApi.h index 6fb27cd62..f91572b3d 100644 --- a/src/libcalamares/PythonJobApi.h +++ b/src/libcalamares/PythonJobApi.h @@ -20,10 +20,10 @@ #ifndef PYTHONJOBAPI_H #define PYTHONJOBAPI_H -#include "qglobal.h" // For qreal - #include "utils/BoostPython.h" +#include // For qreal + namespace Calamares { class PythonJob;