JANITORIAL: Fix include statements

This commit is contained in:
Eugene Sandulenko 2016-09-03 15:19:37 +02:00
parent 0239baeacb
commit cad834a69c
8 changed files with 4 additions and 10 deletions

View File

@ -23,7 +23,7 @@
#ifndef ADL_DISPLAY_H
#define ADL_DISPLAY_H
#include <common/types.h>
#include "common/types.h"
namespace Common {
class ReadStream;

View File

@ -23,8 +23,6 @@
#ifndef AGI_OPCODES_H
#define AGI_OPCODES_H
#include <string.h>
namespace Agi {
struct AgiInstruction {

View File

@ -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"

View File

@ -29,8 +29,6 @@
*
*/
#include <math.h>
#include "sword25/kernel/outputpersistenceblock.h"
#include "sword25/kernel/inputpersistenceblock.h"

View File

@ -40,7 +40,6 @@
#define SWORD25_VERTEX_H
// Includes
#include <math.h>
#include "common/rect.h"
#include "sword25/kernel/common.h"

View File

@ -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 {

View File

@ -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.

View File

@ -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 {