Remove stray z80ex reference.

This commit is contained in:
David Given 2019-02-09 13:30:29 +01:00
parent f9a3baeaf7
commit 343cdf7983

View file

@ -2,7 +2,6 @@
#define GLOBALS_H
#include <stdbool.h>
#include <z80ex/z80ex.h>
extern Z80EX_CONTEXT* z80;
extern uint8_t ram[0x10000];