diff options
author | Stijn Buys <ingar@osirion.org> | 2009-01-25 12:24:38 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2009-01-25 12:24:38 +0000 |
commit | 1111b6fb9d7db3d1434e03c859270e734219a528 (patch) | |
tree | 14a72d50c4165e4499ea9d05944dcf58d2a7a7ab /src/client | |
parent | 339483615a590ace6bd9f84abfa1dbc391cc1e9f (diff) |
header sanitizing
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/hud.h | 1 | ||||
-rw-r--r-- | src/client/view.cc | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/client/hud.h b/src/client/hud.h index 6882239..23fa544 100644 --- a/src/client/hud.h +++ b/src/client/hud.h @@ -7,6 +7,7 @@ #ifndef __INCLUDED_CLIENT_HUD_H__ #define __INCLUDED_CLIENT_HUD_H__ +#include "core/gameinterface.h" #include "ui/bitmap.h" #include "ui/toolbar.h" #include "ui/widget.h" diff --git a/src/client/view.cc b/src/client/view.cc index 86f9af0..6631f95 100644 --- a/src/client/view.cc +++ b/src/client/view.cc @@ -19,7 +19,7 @@ #include "client/video.h" #include "client/view.h" #include "render/render.h" -#include "core/core.h" +#include "core/stats.h" #include "math/mathlib.h" #include "sys/sys.h" #include "ui/paint.h" |