From 4a1f2552e635d6937e4d3bbeccec19edf8df680e Mon Sep 17 00:00:00 2001 From: zilmar Date: Thu, 14 Jan 2016 17:29:25 +1100 Subject: [PATCH] [Project64] remove #include from Project64/stdafx.h --- Source/Project64/stdafx.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Project64/stdafx.h b/Source/Project64/stdafx.h index a94d34472..4fdc8d664 100644 --- a/Source/Project64/stdafx.h +++ b/Source/Project64/stdafx.h @@ -17,7 +17,6 @@ #include #include -#include #include #include "UserInterface.h" #include "N64System.h"