From 1111b6fb9d7db3d1434e03c859270e734219a528 Mon Sep 17 00:00:00 2001
From: Stijn Buys <ingar@osirion.org>
Date: Sun, 25 Jan 2009 12:24:38 +0000
Subject: header sanitizing

---
 src/game/intro/convoy.h | 2 +-
 src/game/intro/intro.h  | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

(limited to 'src/game/intro')

diff --git a/src/game/intro/convoy.h b/src/game/intro/convoy.h
index 14016f4..2002164 100644
--- a/src/game/intro/convoy.h
+++ b/src/game/intro/convoy.h
@@ -9,7 +9,7 @@
 
 #include <list>
 
-#include "core/core.h"
+#include "core/entity.h"
 #include "math/color.h"
 
 namespace intro {
diff --git a/src/game/intro/intro.h b/src/game/intro/intro.h
index 2e2f8fb..d6d8393 100644
--- a/src/game/intro/intro.h
+++ b/src/game/intro/intro.h
@@ -7,7 +7,11 @@
 #ifndef __INCLUDED_INTRO_H__
 #define __INCLUDED_INTRO_H__
 
-#include "core/core.h"
+#include "core/module.h"
+#include "core/player.h"
+#include "core/cvar.h"
+#include "core/entity.h"
+#include "core/func.h"
 #include "intro/convoy.h"
 
 /// introduction game module
-- 
cgit v1.2.3