stdafx.h needs to be included first.

svn-id: r11117
This commit is contained in:
Marcus Comstedt 2003-11-03 22:28:37 +00:00
parent caead57eb3
commit ef5e193d59
9 changed files with 11 additions and 0 deletions

View file

@ -22,6 +22,7 @@
* $Header$
*/
#include "stdafx.h"
#include "common/util.h"
#include "sound/mididrv.h"
#include "sound/mixer.h"

View file

@ -20,6 +20,7 @@
*
*/
#include "stdafx.h"
#include "backends/fs/fs.h"
#include "base/gameDetector.h"
#include "base/plugins.h"

View file

@ -20,6 +20,8 @@
*
*/
#include "stdafx.h"
#include "common/config-manager.h"
#if defined(UNIX)

View file

@ -19,6 +19,7 @@
*
*/
#include "stdafx.h"
#include "common/util.h"
#include "common/savefile.h"

View file

@ -20,6 +20,8 @@
*
*/
#include "stdafx.h"
#include "backends/intern.h"
#include "base/gameDetector.h"

View file

@ -19,6 +19,7 @@
*
*/
#include "stdafx.h"
#include "queen/queen.h"
#include "queen/resource.h"

View file

@ -20,6 +20,7 @@
*
*/
#include "stdafx.h"
#include "scumm/player_mod.h"
namespace Scumm {

View file

@ -19,6 +19,7 @@
*
*/
#include "stdafx.h"
#include "common/util.h"
#include "sky/autoroute.h"
#include "sky/compact.h"

View file

@ -19,6 +19,7 @@
*
*/
#include "stdafx.h"
#include "common/util.h"
#include "sky/music/adlibchannel.h"
#include "sky/sky.h"