[Project64] Remove windows.h from Project64/stdafx.h
This commit is contained in:
parent
8682d51035
commit
5fbee504f7
|
@ -17,15 +17,13 @@
|
|||
|
||||
#include <common/MemTest.h>
|
||||
#include <common/CriticalSection.h>
|
||||
#include <windows.h>
|
||||
#include <exception>
|
||||
#include <shellapi.h>
|
||||
#include <Project64-core\Multilanguage.h>
|
||||
#include <Project64-core/Multilanguage.h>
|
||||
#include "UserInterface.h"
|
||||
#include "N64System.h"
|
||||
#include <Project64-core\Plugin.h>
|
||||
#include <Project64-core/Plugin.h>
|
||||
#include "Support.h"
|
||||
#include <Project64-core\Version.h>
|
||||
#include <Project64-core/Version.h>
|
||||
#include <windows.h>
|
||||
#include <mmsystem.h>
|
||||
#include <Aclapi.h>
|
||||
|
|
Loading…
Reference in New Issue