summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/n64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/n64.h')
-rw-r--r--src/mame/video/n64.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/video/n64.h b/src/mame/video/n64.h
index d8ab0fa9eb7..8aaa6d6d6f1 100644
--- a/src/mame/video/n64.h
+++ b/src/mame/video/n64.h
@@ -3,7 +3,6 @@
#ifndef _VIDEO_N64_H_
#define _VIDEO_N64_H_
-#include "includes/n64.h"
#include "video/poly.h"
#include "pin64.h"
@@ -130,6 +129,8 @@ class n64_rdp;
typedef void (*rdp_command_t)(uint64_t w1);
+class n64_state;
+
class n64_rdp : public poly_manager<uint32_t, rdp_poly_state, 8, 32000>
{
public: