osdcore files MUST NEVER include headers from the core emulator.

This commit is contained in:
Aaron Giles 2010-02-14 22:07:25 +00:00
parent c3bb16d573
commit 28c18703aa
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
#include <tchar.h>
// MAME headers
#include "emucore.h"
#include "osdcore.h"
// MAMEOS headers
#include "winutf8.h"

View File

@ -45,7 +45,7 @@
#include <mmsystem.h>
// MAME headers
#include "osdepend.h"
#include "osdcore.h"