mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
Merge pull request #815 from lioncash/include
OGL: Get rid of an unnecessary WIN32 ifdef in main.cpp
This commit is contained in:
commit
1c068843c8
1 changed files with 0 additions and 5 deletions
|
@ -78,11 +78,6 @@ Make AA apply instantly during gameplay if possible
|
||||||
#include "VideoCommon/VideoConfig.h"
|
#include "VideoCommon/VideoConfig.h"
|
||||||
#include "VideoCommon/VideoState.h"
|
#include "VideoCommon/VideoState.h"
|
||||||
|
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
#include "Common/IniFile.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace OGL
|
namespace OGL
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue