mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
JANITORIAL: Fix defines and code formatting
This commit is contained in:
parent
22f912d7e0
commit
8774429891
@ -19,8 +19,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef DLC_DLCT_H
|
||||
#define DLC_DLCT_H
|
||||
#ifndef BACKENDS_DLC_DLCDESC_H
|
||||
#define BACKENDS_DLC_DLCDESC_H
|
||||
|
||||
#include "common/str.h"
|
||||
|
||||
|
@ -19,12 +19,13 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "common/system.h"
|
||||
|
||||
#include "backends/dlc/android/playstore.h"
|
||||
#include "backends/dlc/dlcmanager.h"
|
||||
#include "backends/dlc/scummvmcloud.h"
|
||||
#include "backends/dlc/android/playstore.h"
|
||||
#include "common/system.h"
|
||||
|
||||
#include "gui/dlcsdialog.h"
|
||||
|
||||
namespace Common {
|
||||
|
@ -19,18 +19,20 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef DLC_DLCMANAGER_H
|
||||
#define DLC_DLCMANAGER_H
|
||||
#ifndef BACKENDS_DLC_DLCMANAGER_H
|
||||
#define BACKENDS_DLC_DLCMANAGER_H
|
||||
|
||||
#include "common/str.h"
|
||||
#include "common/str-array.h"
|
||||
#include "common/queue.h"
|
||||
#include "common/singleton.h"
|
||||
|
||||
#include "gui/object.h"
|
||||
#include "gui/launcher.h"
|
||||
|
||||
#include "backends/dlc/store.h"
|
||||
#include "backends/dlc/dlcdesc.h"
|
||||
#include "backends/networking/curl/request.h"
|
||||
#include "gui/object.h"
|
||||
#include "gui/launcher.h"
|
||||
|
||||
namespace DLC {
|
||||
|
||||
|
@ -29,13 +29,16 @@
|
||||
#include "common/compression/unzip.h"
|
||||
#include "common/file.h"
|
||||
#include "common/punycode.h"
|
||||
#include "backends/dlc/scummvmcloud.h"
|
||||
#include "backends/dlc/dlcmanager.h"
|
||||
#include "common/config-manager.h"
|
||||
#include "common/formats/json.h"
|
||||
#include "engines/metaengine.h"
|
||||
|
||||
#include "gui/gui-manager.h"
|
||||
|
||||
#include "backends/dlc/scummvmcloud.h"
|
||||
#include "backends/dlc/dlcmanager.h"
|
||||
|
||||
#include "engines/metaengine.h"
|
||||
|
||||
namespace DLC {
|
||||
namespace ScummVMCloud {
|
||||
|
||||
|
@ -19,15 +19,16 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef BACKENDS_DLC_ScummVMCloud_ScummVMCloud_H
|
||||
#define BACKENDS_DLC_ScummVMCloud_ScummVMCloud_H
|
||||
#ifndef BACKENDS_DLC_SCUMMVMCLOUD_SCUMMVMCLOUD_H
|
||||
#define BACKENDS_DLC_SCUMMVMCLOUD_SCUMMVMCLOUD_H
|
||||
|
||||
#include "common/queue.h"
|
||||
|
||||
#include "backends/dlc/store.h"
|
||||
#include "backends/dlc/dlcdesc.h"
|
||||
#include "backends/networking/curl/session.h"
|
||||
#include "backends/networking/curl/request.h"
|
||||
#include "backends/networking/curl/curljsonrequest.h"
|
||||
#include "common/queue.h"
|
||||
|
||||
namespace DLC {
|
||||
namespace ScummVMCloud {
|
||||
|
@ -19,13 +19,14 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef DLC_STORE_H
|
||||
#define DLC_STORE_H
|
||||
#ifndef BACKENDS_DLC_STORE_H
|
||||
#define BACKENDS_DLC_STORE_H
|
||||
|
||||
#include "common/str.h"
|
||||
#include "common/array.h"
|
||||
#include "common/queue.h"
|
||||
#include "common/path.h"
|
||||
|
||||
#include "backends/dlc/dlcdesc.h"
|
||||
|
||||
namespace DLC {
|
||||
|
@ -19,13 +19,15 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "common/translation.h"
|
||||
|
||||
#include "gui/dlcsdialog.h"
|
||||
#include "gui/message.h"
|
||||
#include "gui/widget.h"
|
||||
#include "gui/widgets/list.h"
|
||||
#include "gui/gui-manager.h"
|
||||
#include "gui/downloaddlcsdialog.h"
|
||||
#include "common/translation.h"
|
||||
|
||||
#include "backends/dlc/dlcmanager.h"
|
||||
|
||||
namespace GUI {
|
||||
|
@ -19,8 +19,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef DLCS_DIALOG_H
|
||||
#define DLCS_DIALOG_H
|
||||
#ifndef GUI_DLCSDIALOG_H
|
||||
#define GUI_DLCSDIALOG_H
|
||||
|
||||
#include "gui/dialog.h"
|
||||
#include "gui/widgets/list.h"
|
||||
|
@ -19,8 +19,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef DOWNLOAD_DLCS_DIALOG_H
|
||||
#define DOWNLOAD_DLCS_DIALOG_H
|
||||
#ifndef GUI_DOWNLOADDLCSDIALOG_H
|
||||
#define GUI_DOWNLOADDLCSDIALOG_H
|
||||
|
||||
#include "gui/dialog.h"
|
||||
#include "gui/widgets/list.h"
|
||||
|
Loading…
Reference in New Issue
Block a user