Skip to content

Commit

Permalink
BACKENDS: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jun 8, 2011
1 parent 0b7f475 commit 83f8f33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion backends/base-backend.h
Expand Up @@ -24,7 +24,7 @@
#define BACKENDS_BASE_BACKEND_H

#include "common/system.h"
#include "backends/events/default/default-events.h"
#include "common/events.h"

class BaseBackend : public OSystem, Common::EventSource {
public:
Expand Down
5 changes: 0 additions & 5 deletions backends/modular-backend.cpp
Expand Up @@ -24,15 +24,10 @@

#include "backends/modular-backend.h"

#include "backends/fs/fs-factory.h"
#include "backends/graphics/graphics.h"
#include "backends/mutex/mutex.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"

ModularBackend::ModularBackend()
Expand Down

0 comments on commit 83f8f33

Please sign in to comment.