diff --git a/Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_Tables.cpp b/Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_Tables.cpp index 587bd7a3db..fd6594493d 100644 --- a/Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_Tables.cpp +++ b/Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_Tables.cpp @@ -1,14 +1,16 @@ -// __________________________________________________________________________________________________ -// F|RES and ector 2003-2005 -// -///////////////////////////////////////////////////////////////////////////////////////////////////// -// M O D U L E B E G I N /////////////////////////////////////////////////////////////////////////// -///////////////////////////////////////////////////////////////////////////////////////////////////// - -#include "stdafx.h" - -///////////////////////////////////////////////////////////////////////////////////////////////////// -// I M P L E M E N T A T I O N ////////////////////////////////////////////////////////////////////// -///////////////////////////////////////////////////////////////////////////////////////////////////// - -//remove +// __________________________________________________________________________________________________ +// F|RES and ector 2003-2005 +// +///////////////////////////////////////////////////////////////////////////////////////////////////// +// M O D U L E B E G I N /////////////////////////////////////////////////////////////////////////// +///////////////////////////////////////////////////////////////////////////////////////////////////// + +#ifndef __APPLE__ +#include "stdafx.h" +#endif + +///////////////////////////////////////////////////////////////////////////////////////////////////// +// I M P L E M E N T A T I O N ////////////////////////////////////////////////////////////////////// +///////////////////////////////////////////////////////////////////////////////////////////////////// + +//remove