diff --git a/examples/frames/Frame.cpp b/examples/frames/Frame.cpp index e859070b..f48fc643 100644 --- a/examples/frames/Frame.cpp +++ b/examples/frames/Frame.cpp @@ -9,7 +9,6 @@ #include #include #include -#include #include static inline qreal effectiveRadius( const QRectF& rect, qreal percentage ) diff --git a/examples/iotdashboard/CircularProgressBar.h b/examples/iotdashboard/CircularProgressBar.h index 24a0c4fc..cb873065 100644 --- a/examples/iotdashboard/CircularProgressBar.h +++ b/examples/iotdashboard/CircularProgressBar.h @@ -6,9 +6,6 @@ #pragma once #include -#include - -#include class CircularProgressBar : public QskBoundedControl {