Hopefully this will fix the stella nightly automatic build failure.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@956 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2006-01-14 00:31:03 +00:00
parent 53d70797d8
commit 851d0356fe
1 changed files with 2 additions and 2 deletions

View File

@ -13,12 +13,12 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
// $Id: OSystemWin32.cxx,v 1.9 2006-01-09 01:13:26 stephena Exp $
// $Id: OSystemWin32.cxx,v 1.10 2006-01-14 00:31:03 stephena Exp $
//============================================================================
#include <sstream>
#include <fstream>
#include <Windows.h>
#include <windows.h>
#include "bspf.hxx"
#include "OSystem.hxx"