mirror of https://github.com/stella-emu/stella.git
Got rid of useless #include <vector> in YaccParser.cxx
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@670 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
c90245bf9a
commit
6ae668f236
|
@ -13,7 +13,7 @@
|
|||
// See the file "license" for information on usage and redistribution of
|
||||
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
||||
//
|
||||
// $Id: YaccParser.cxx,v 1.13 2005-07-18 02:03:41 urchlay Exp $
|
||||
// $Id: YaccParser.cxx,v 1.14 2005-07-18 02:13:57 urchlay Exp $
|
||||
//
|
||||
// Based on code from ScummVM - Scumm Interpreter
|
||||
// Copyright (C) 2002-2004 The ScummVM project
|
||||
|
@ -25,8 +25,6 @@
|
|||
//extern "C" {
|
||||
//#endif
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "Expression.hxx"
|
||||
#include "CpuDebug.hxx"
|
||||
|
||||
|
|
Loading…
Reference in New Issue