diff --git a/ScreenPlay/inc/public/ScreenPlay/createimportvideo.h b/ScreenPlay/inc/public/ScreenPlay/createimportvideo.h index da7cf06e..e2671914 100644 --- a/ScreenPlay/inc/public/ScreenPlay/createimportvideo.h +++ b/ScreenPlay/inc/public/ScreenPlay/createimportvideo.h @@ -2,7 +2,6 @@ #pragma once - #include #include #include diff --git a/ScreenPlay/inc/public/ScreenPlay/screenplaymanager.h b/ScreenPlay/inc/public/ScreenPlay/screenplaymanager.h index 90c698ec..ba183f50 100644 --- a/ScreenPlay/inc/public/ScreenPlay/screenplaymanager.h +++ b/ScreenPlay/inc/public/ScreenPlay/screenplaymanager.h @@ -2,7 +2,6 @@ #pragma once - #include #include #include diff --git a/ScreenPlay/inc/public/ScreenPlay/sdkconnection.h b/ScreenPlay/inc/public/ScreenPlay/sdkconnection.h index da04a12f..6dbf336c 100644 --- a/ScreenPlay/inc/public/ScreenPlay/sdkconnection.h +++ b/ScreenPlay/inc/public/ScreenPlay/sdkconnection.h @@ -2,7 +2,6 @@ #pragma once - #include #include #include diff --git a/ScreenPlay/inc/public/ScreenPlay/settings.h b/ScreenPlay/inc/public/ScreenPlay/settings.h index 4d0388ac..517803f4 100644 --- a/ScreenPlay/inc/public/ScreenPlay/settings.h +++ b/ScreenPlay/inc/public/ScreenPlay/settings.h @@ -2,11 +2,11 @@ #pragma once -#include #include #include #include #include +#include #include #include #include diff --git a/ScreenPlay/inc/public/ScreenPlay/util.h b/ScreenPlay/inc/public/ScreenPlay/util.h index 654070b0..40387ed8 100644 --- a/ScreenPlay/inc/public/ScreenPlay/util.h +++ b/ScreenPlay/inc/public/ScreenPlay/util.h @@ -2,7 +2,6 @@ #pragma once - #include #include #include diff --git a/ScreenPlay/src/app.cpp b/ScreenPlay/src/app.cpp index 8fd01055..1e3ed6eb 100644 --- a/ScreenPlay/src/app.cpp +++ b/ScreenPlay/src/app.cpp @@ -7,10 +7,10 @@ #include "app.h" #include "steam/steam_qt_enums_generated.h" +#include #include #include #include -#include namespace ScreenPlay { diff --git a/ScreenPlayWallpaper/src/macintegration.h b/ScreenPlayWallpaper/src/macintegration.h index 44e1fc56..416507fd 100644 --- a/ScreenPlayWallpaper/src/macintegration.h +++ b/ScreenPlayWallpaper/src/macintegration.h @@ -2,8 +2,6 @@ #pragma once - - class MacIntegration : public QObject { Q_OBJECT public: