Removed unnecessary reference to <algorithm>.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@140 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2002-11-12 01:02:16 +00:00
parent b5f3c6b225
commit b2fdecf86e
1 changed files with 1 additions and 2 deletions

View File

@ -13,14 +13,13 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
// $Id: Console.cxx,v 1.7 2002-11-11 02:46:34 stephena Exp $
// $Id: Console.cxx,v 1.8 2002-11-12 01:02:16 stephena Exp $
//============================================================================
#include <assert.h>
#include <iostream>
#include <sstream>
#include <fstream>
#include <algorithm>
#include "Booster.hxx"
#include "Cart.hxx"