aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/teenagent.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/teenagent/teenagent.h')
-rw-r--r--engines/teenagent/teenagent.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/engines/teenagent/teenagent.h b/engines/teenagent/teenagent.h
index d4f61f82cb..228d581ffd 100644
--- a/engines/teenagent/teenagent.h
+++ b/engines/teenagent/teenagent.h
@@ -22,14 +22,13 @@
* $Id$
*/
-
#ifndef TEENAGENT_ENGINE_H
#define TEENAGENT_ENGINE_H
#include "engines/engine.h"
-#include "pack.h"
-#include "resources.h"
-#include "inventory.h"
+#include "teenagent/pack.h"
+#include "teenagent/resources.h"
+#include "teenagent/inventory.h"
#include "sound/audiostream.h"
#include "sound/mixer.h"
#include "engines/advancedDetector.h"
@@ -117,7 +116,6 @@ private:
const GameDescription *_gameDescription;
};
-}
+} // End of namespace TeenAgent
#endif
-