PCH refactor: remove non-system headers from stdafx.h

This commit is contained in:
tomcw
2014-08-13 21:30:35 +01:00
parent 391b891807
commit 6a26a95487
53 changed files with 498 additions and 77 deletions
+12 -3
View File
@@ -85,15 +85,24 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include "StdAfx.h"
#include "AppleWin.h"
#include "CPU.h"
#include "Frame.h"
#include "Memory.h"
#include "Mockingboard.h"
#include "MouseInterface.h"
#ifdef USE_SPEECH_API
#include "Speech.h"
#endif
#include "Video.h"
#include "z80emu.h"
#include "Z80VICE\z80.h"
#include "Z80VICE\z80mem.h"
#ifdef USE_SPEECH_API
#include "Speech.h"
#endif
#include "Debugger\Debug.h"
#define AF_SIGN 0x80
#define AF_OVERFLOW 0x40