diff options
Diffstat (limited to 'engines/hugo/parser_v1w.cpp')
| -rw-r--r-- | engines/hugo/parser_v1w.cpp | 6 | 
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/hugo/parser_v1w.cpp b/engines/hugo/parser_v1w.cpp index 305fb995e1..b1657c3bf4 100644 --- a/engines/hugo/parser_v1w.cpp +++ b/engines/hugo/parser_v1w.cpp @@ -18,9 +18,6 @@   * along with this program; if not, write to the Free Software   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.   * - * $URL$ - * $Id$ - *   */  /* @@ -32,8 +29,7 @@  // parser.c - handles all keyboard/command input -#include "common/system.h" -#include "common/events.h" +#include "common/debug.h"  #include "hugo/hugo.h"  #include "hugo/parser.h"  | 
