From 72abac8a83c6b72ed484e24c9a288b795c592a7f Mon Sep 17 00:00:00 2001 From: Francisco Zurita Date: Wed, 28 Jun 2017 00:01:14 -0400 Subject: [PATCH] Fix build error after latest debug changes. --- src/Neon/gSPNeon.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Neon/gSPNeon.cpp b/src/Neon/gSPNeon.cpp index 8d56993f..f4415982 100644 --- a/src/Neon/gSPNeon.cpp +++ b/src/Neon/gSPNeon.cpp @@ -4,7 +4,6 @@ #include #include "N64.h" #include "GLideN64.h" -#include "Debug.h" #include "Types.h" #include "RSP.h" #include "GBI.h"