Ensure all header files can be included (in any order) after stdafx.h. (PR #866)

This commit is contained in:
Andrea
2020-11-11 21:15:27 +00:00
committed by GitHub
parent 9cc49af0dc
commit 01ad5d1882
64 changed files with 105 additions and 52 deletions
+2 -1
View File
@@ -41,6 +41,8 @@ Etc.
#include "StdAfx.h"
#include "MouseInterface.h"
#include "SaveState_Structs_common.h"
#include "Common.h"
@@ -50,7 +52,6 @@ Etc.
#include "Frame.h" // FrameSetCursorPosByMousePos()
#include "Log.h"
#include "Memory.h"
#include "MouseInterface.h"
#include "Video.h"
#include "NTSC.h" // NTSC_GetCyclesUntilVBlank()
#include "YamlHelper.h"