aboutsummaryrefslogtreecommitdiff
path: root/queen/command.h
diff options
context:
space:
mode:
authorGregory Montoir2003-12-01 20:48:41 +0000
committerGregory Montoir2003-12-01 20:48:41 +0000
commit3befded40237972e846f5b0d6fa67797133e714e (patch)
tree24b4d3b71743882212b028a09cdbbda6f9f20005 /queen/command.h
parent53b2f75215b6e5fc2ac1b2b762ac3d8374a4f216 (diff)
downloadscummvm-rg350-3befded40237972e846f5b0d6fa67797133e714e.tar.gz
scummvm-rg350-3befded40237972e846f5b0d6fa67797133e714e.tar.bz2
scummvm-rg350-3befded40237972e846f5b0d6fa67797133e714e.zip
cleanup header includes
svn-id: r11449
Diffstat (limited to 'queen/command.h')
-rw-r--r--queen/command.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/queen/command.h b/queen/command.h
index 4825d029d8..0b7f29e61a 100644
--- a/queen/command.h
+++ b/queen/command.h
@@ -1,4 +1,4 @@
- /* ScummVM - Scumm Interpreter
+/* ScummVM - Scumm Interpreter
* Copyright (C) 2003 The ScummVM project
*
* This program is free software; you can redistribute it and/or
@@ -22,8 +22,8 @@
#ifndef QUEENCOMMAND_H
#define QUEENCOMMAND_H
-#include "queen/queen.h"
-#include "queen/defs.h"
+#include "common/util.h"
+#include "queen/structs.h"
#include "queen/verb.h"
namespace Queen {
@@ -32,7 +32,7 @@ class Logic;
class Graphics;
class Input;
class Walk;
-
+class Sound;
struct CmdText {