BACKENDS: cleanup
This commit is contained in:
parent
0b7f475e35
commit
83f8f33c40
2 changed files with 1 additions and 6 deletions
|
@ -24,7 +24,7 @@
|
||||||
#define BACKENDS_BASE_BACKEND_H
|
#define BACKENDS_BASE_BACKEND_H
|
||||||
|
|
||||||
#include "common/system.h"
|
#include "common/system.h"
|
||||||
#include "backends/events/default/default-events.h"
|
#include "common/events.h"
|
||||||
|
|
||||||
class BaseBackend : public OSystem, Common::EventSource {
|
class BaseBackend : public OSystem, Common::EventSource {
|
||||||
public:
|
public:
|
||||||
|
|
|
@ -24,15 +24,10 @@
|
||||||
|
|
||||||
#include "backends/modular-backend.h"
|
#include "backends/modular-backend.h"
|
||||||
|
|
||||||
#include "backends/fs/fs-factory.h"
|
|
||||||
#include "backends/graphics/graphics.h"
|
#include "backends/graphics/graphics.h"
|
||||||
#include "backends/mutex/mutex.h"
|
#include "backends/mutex/mutex.h"
|
||||||
|
|
||||||
#include "audio/mixer.h"
|
#include "audio/mixer.h"
|
||||||
#include "common/events.h"
|
|
||||||
#include "common/timer.h"
|
|
||||||
#include "common/savefile.h"
|
|
||||||
#include "gui/message.h"
|
|
||||||
#include "graphics/pixelformat.h"
|
#include "graphics/pixelformat.h"
|
||||||
|
|
||||||
ModularBackend::ModularBackend()
|
ModularBackend::ModularBackend()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue