mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-02 16:31:01 +00:00
JANITORIAL: Fix include statements
This commit is contained in:
parent
0239baeacb
commit
cad834a69c
@ -23,7 +23,7 @@
|
||||
#ifndef ADL_DISPLAY_H
|
||||
#define ADL_DISPLAY_H
|
||||
|
||||
#include <common/types.h>
|
||||
#include "common/types.h"
|
||||
|
||||
namespace Common {
|
||||
class ReadStream;
|
||||
|
@ -23,8 +23,6 @@
|
||||
#ifndef AGI_OPCODES_H
|
||||
#define AGI_OPCODES_H
|
||||
|
||||
#include <string.h>
|
||||
|
||||
namespace Agi {
|
||||
|
||||
struct AgiInstruction {
|
||||
|
@ -28,7 +28,6 @@
|
||||
* LFO and noise channel support have been removed (not used by Loom PCE).
|
||||
*/
|
||||
|
||||
#include <math.h>
|
||||
#include "scumm/players/player_pce.h"
|
||||
#include "common/endian.h"
|
||||
|
||||
|
@ -29,8 +29,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#include "sword25/kernel/outputpersistenceblock.h"
|
||||
#include "sword25/kernel/inputpersistenceblock.h"
|
||||
|
||||
|
@ -40,7 +40,6 @@
|
||||
#define SWORD25_VERTEX_H
|
||||
|
||||
// Includes
|
||||
#include <math.h>
|
||||
#include "common/rect.h"
|
||||
#include "sword25/kernel/common.h"
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include "common/util.h"
|
||||
#include "testbed/fs.h"
|
||||
#include "testbed/cloud.h"
|
||||
#include <backends/cloud/cloudmanager.h>
|
||||
#include "backends/cloud/cloudmanager.h"
|
||||
|
||||
namespace Testbed {
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
#define TESTBED_CLOUD_H
|
||||
|
||||
#include "testbed/testsuite.h"
|
||||
#include <backends/cloud/storage.h>
|
||||
#include "backends/cloud/storage.h"
|
||||
|
||||
// This file can be used as template for header files of other newer testsuites.
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
#include "testbed/misc.h"
|
||||
#include "common/timer.h"
|
||||
#include <backends/networking/browser/openurl.h>
|
||||
#include "backends/networking/browser/openurl.h"
|
||||
|
||||
namespace Testbed {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user