JANITORIAL: Fix defines and code formatting

This commit is contained in:
Ankush Dutt 2023-08-05 16:53:59 +05:30 committed by Eugene Sandulenko
parent 22f912d7e0
commit 8774429891
9 changed files with 30 additions and 20 deletions

View File

@ -19,8 +19,8 @@
* *
*/ */
#ifndef DLC_DLCT_H #ifndef BACKENDS_DLC_DLCDESC_H
#define DLC_DLCT_H #define BACKENDS_DLC_DLCDESC_H
#include "common/str.h" #include "common/str.h"

View File

@ -19,12 +19,13 @@
* *
*/ */
#include "common/system.h"
#include "backends/dlc/android/playstore.h" #include "backends/dlc/android/playstore.h"
#include "backends/dlc/dlcmanager.h" #include "backends/dlc/dlcmanager.h"
#include "backends/dlc/scummvmcloud.h" #include "backends/dlc/scummvmcloud.h"
#include "backends/dlc/android/playstore.h" #include "backends/dlc/android/playstore.h"
#include "common/system.h"
#include "gui/dlcsdialog.h" #include "gui/dlcsdialog.h"
namespace Common { namespace Common {

View File

@ -19,18 +19,20 @@
* *
*/ */
#ifndef DLC_DLCMANAGER_H #ifndef BACKENDS_DLC_DLCMANAGER_H
#define DLC_DLCMANAGER_H #define BACKENDS_DLC_DLCMANAGER_H
#include "common/str.h" #include "common/str.h"
#include "common/str-array.h" #include "common/str-array.h"
#include "common/queue.h" #include "common/queue.h"
#include "common/singleton.h" #include "common/singleton.h"
#include "gui/object.h"
#include "gui/launcher.h"
#include "backends/dlc/store.h" #include "backends/dlc/store.h"
#include "backends/dlc/dlcdesc.h" #include "backends/dlc/dlcdesc.h"
#include "backends/networking/curl/request.h" #include "backends/networking/curl/request.h"
#include "gui/object.h"
#include "gui/launcher.h"
namespace DLC { namespace DLC {

View File

@ -29,13 +29,16 @@
#include "common/compression/unzip.h" #include "common/compression/unzip.h"
#include "common/file.h" #include "common/file.h"
#include "common/punycode.h" #include "common/punycode.h"
#include "backends/dlc/scummvmcloud.h"
#include "backends/dlc/dlcmanager.h"
#include "common/config-manager.h" #include "common/config-manager.h"
#include "common/formats/json.h" #include "common/formats/json.h"
#include "engines/metaengine.h"
#include "gui/gui-manager.h" #include "gui/gui-manager.h"
#include "backends/dlc/scummvmcloud.h"
#include "backends/dlc/dlcmanager.h"
#include "engines/metaengine.h"
namespace DLC { namespace DLC {
namespace ScummVMCloud { namespace ScummVMCloud {

View File

@ -19,15 +19,16 @@
* *
*/ */
#ifndef BACKENDS_DLC_ScummVMCloud_ScummVMCloud_H #ifndef BACKENDS_DLC_SCUMMVMCLOUD_SCUMMVMCLOUD_H
#define BACKENDS_DLC_ScummVMCloud_ScummVMCloud_H #define BACKENDS_DLC_SCUMMVMCLOUD_SCUMMVMCLOUD_H
#include "common/queue.h"
#include "backends/dlc/store.h" #include "backends/dlc/store.h"
#include "backends/dlc/dlcdesc.h" #include "backends/dlc/dlcdesc.h"
#include "backends/networking/curl/session.h" #include "backends/networking/curl/session.h"
#include "backends/networking/curl/request.h" #include "backends/networking/curl/request.h"
#include "backends/networking/curl/curljsonrequest.h" #include "backends/networking/curl/curljsonrequest.h"
#include "common/queue.h"
namespace DLC { namespace DLC {
namespace ScummVMCloud { namespace ScummVMCloud {

View File

@ -19,13 +19,14 @@
* *
*/ */
#ifndef DLC_STORE_H #ifndef BACKENDS_DLC_STORE_H
#define DLC_STORE_H #define BACKENDS_DLC_STORE_H
#include "common/str.h" #include "common/str.h"
#include "common/array.h" #include "common/array.h"
#include "common/queue.h" #include "common/queue.h"
#include "common/path.h" #include "common/path.h"
#include "backends/dlc/dlcdesc.h" #include "backends/dlc/dlcdesc.h"
namespace DLC { namespace DLC {

View File

@ -19,13 +19,15 @@
* *
*/ */
#include "common/translation.h"
#include "gui/dlcsdialog.h" #include "gui/dlcsdialog.h"
#include "gui/message.h" #include "gui/message.h"
#include "gui/widget.h" #include "gui/widget.h"
#include "gui/widgets/list.h" #include "gui/widgets/list.h"
#include "gui/gui-manager.h" #include "gui/gui-manager.h"
#include "gui/downloaddlcsdialog.h" #include "gui/downloaddlcsdialog.h"
#include "common/translation.h"
#include "backends/dlc/dlcmanager.h" #include "backends/dlc/dlcmanager.h"
namespace GUI { namespace GUI {

View File

@ -19,8 +19,8 @@
* *
*/ */
#ifndef DLCS_DIALOG_H #ifndef GUI_DLCSDIALOG_H
#define DLCS_DIALOG_H #define GUI_DLCSDIALOG_H
#include "gui/dialog.h" #include "gui/dialog.h"
#include "gui/widgets/list.h" #include "gui/widgets/list.h"

View File

@ -19,8 +19,8 @@
* *
*/ */
#ifndef DOWNLOAD_DLCS_DIALOG_H #ifndef GUI_DOWNLOADDLCSDIALOG_H
#define DOWNLOAD_DLCS_DIALOG_H #define GUI_DOWNLOADDLCSDIALOG_H
#include "gui/dialog.h" #include "gui/dialog.h"
#include "gui/widgets/list.h" #include "gui/widgets/list.h"