Автоматические правки

This commit is contained in:
2020-04-21 10:34:28 +03:00
parent 57ff8c66a2
commit 1e50244347
13 changed files with 32 additions and 32 deletions

View File

@@ -8,9 +8,9 @@
#pragma once
#include <QString>
#include <QDir>
#include <QFileInfo>
#include <QString>
namespace myx {

View File

@@ -10,9 +10,9 @@
#include <myx/filesystem/current_executable.hpp>
#include <QString>
#include <QDir>
#include <QFileInfo>
#include <QString>
namespace myx {

View File

@@ -8,12 +8,12 @@
#pragma once
#include <myx/filesystem/paths.hpp>
#include <myx/filesystem/current_executable.hpp>
#include <myx/filesystem/paths.hpp>
#include <QString>
#include <QDir>
#include <QFileInfo>
#include <QString>
#include <atomic>
#include <future>