Common: Remove now-unused EMU_PLATFORM define, fixes issue #373.

This commit is contained in:
Emmanuel Gil Peyrot 2015-06-20 20:14:43 +01:00
parent 82718c4a41
commit ce0cfd62d9
2 changed files with 0 additions and 34 deletions

View file

@ -18,10 +18,6 @@
#include "common/platform.h"
#include "common/scope_exit.h"
#if EMU_PLATFORM == PLATFORM_LINUX
#include <unistd.h>
#endif
#include "bootmanager.h"
#include "hotkeys.h"