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
+1 -1
View File
@@ -30,6 +30,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include "StdAfx.h"
#include "Memory.h"
#include "Applewin.h"
#include "CardManager.h"
#include "CPU.h"
@@ -40,7 +41,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include "Keyboard.h"
#include "LanguageCard.h"
#include "Log.h"
#include "Memory.h"
#include "Mockingboard.h"
#include "MouseInterface.h"
#include "Video.h"