summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/psx/gte.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/psx/gte.h')
-rw-r--r--src/devices/cpu/psx/gte.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/cpu/psx/gte.h b/src/devices/cpu/psx/gte.h
index d6da63e1f5e..a577c317718 100644
--- a/src/devices/cpu/psx/gte.h
+++ b/src/devices/cpu/psx/gte.h
@@ -12,7 +12,6 @@
#ifndef __PSXGTE_H__
#define __PSXGTE_H__
-#include "emu.h"
#define GTE_SF( op ) ( ( op >> 19 ) & 1 )
#define GTE_MX( op ) ( ( op >> 17 ) & 3 )