Skip to content

Commit

Permalink
LASTEXPRESS: Move includes to header for setup function templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Templier committed Jul 27, 2012
1 parent 3d6807b commit 115a4d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions engines/lastexpress/entities/entity.cpp
Expand Up @@ -28,12 +28,9 @@
#include "lastexpress/game/entities.h"
#include "lastexpress/game/logic.h"
#include "lastexpress/game/object.h"
#include "lastexpress/game/scenes.h"
#include "lastexpress/game/state.h"
#include "lastexpress/game/savegame.h"
#include "lastexpress/game/savepoint.h"

#include "lastexpress/lastexpress.h"
#include "lastexpress/game/scenes.h"

namespace LastExpress {

Expand Down
2 changes: 2 additions & 0 deletions engines/lastexpress/entities/entity.h
Expand Up @@ -26,7 +26,9 @@
#include "lastexpress/shared.h"

#include "lastexpress/sound/sound.h"
#include "lastexpress/game/state.h"

#include "lastexpress/lastexpress.h"
#include "lastexpress/helpers.h"

#include "common/array.h"
Expand Down

0 comments on commit 115a4d3

Please sign in to comment.