[Project64] Remove windows.h from Project64/stdafx.h

This commit is contained in:
zilmar 2016-01-14 08:42:27 +11:00
parent 8682d51035
commit 5fbee504f7
1 changed files with 3 additions and 5 deletions

View File

@ -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>