diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-04-17 01:10:02 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-04-21 18:42:05 +0300 |
commit | f3f8f3574af20e279e41d3a02f337d5d59fc4a7e (patch) | |
tree | 99b87a52d3b25351be4ee4ed16a5b1abf82bbe7b /launcher/ui/dialogs/ResourceDownloadDialog.cpp | |
parent | 7bd26ce4687b498fb91d42594da07fea1eca5552 (diff) | |
download | PrismLauncher-f3f8f3574af20e279e41d3a02f337d5d59fc4a7e.tar.gz PrismLauncher-f3f8f3574af20e279e41d3a02f337d5d59fc4a7e.tar.bz2 PrismLauncher-f3f8f3574af20e279e41d3a02f337d5d59fc4a7e.zip |
Small headers removal
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/ui/dialogs/ResourceDownloadDialog.cpp')
-rw-r--r-- | launcher/ui/dialogs/ResourceDownloadDialog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/launcher/ui/dialogs/ResourceDownloadDialog.cpp b/launcher/ui/dialogs/ResourceDownloadDialog.cpp index 143a6e50..fe4692d6 100644 --- a/launcher/ui/dialogs/ResourceDownloadDialog.cpp +++ b/launcher/ui/dialogs/ResourceDownloadDialog.cpp @@ -23,7 +23,6 @@ #include <QPushButton> #include <algorithm> -#include <cstddef> #include "Application.h" #include "ResourceDownloadTask.h" |