Fix dmedia.cpp to not use stdafx (likely fixes building on IRIX)

svn-id: r30151
This commit is contained in:
Max Horn 2008-01-02 13:31:16 +00:00
parent 082bed8898
commit 33b2a4083d

View File

@ -29,7 +29,7 @@
#if defined(IRIX)
#include "common/stdafx.h"
#include "common/scummsys.h"
#include "sound/mpu401.h"
#include "common/util.h"