changed include order to avoid warnings on some platforms

This commit is contained in:
Joakim Larsson Edstrom 2017-01-13 10:25:17 +01:00
parent b7f222a94a
commit a3687e3767

View File

@ -23,9 +23,9 @@
-------------------------------------------------------------------------
*/
#include "cpu/m68000/m68000.h"
#include "emu.h"
#include "68153bim.h"
#include "cpu/m68000/m68000.h"
#define LOG_GENERAL 0x01
#define LOG_SETUP 0x02