From ac83733b590f3c0750bea1de3556ceb24fa0a4b1 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Mon, 25 Nov 2019 21:10:50 -0800 Subject: Using PCH to clean up includes --- App/Main.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'App/Main.cpp') diff --git a/App/Main.cpp b/App/Main.cpp index 9e2757e..4bd009a 100644 --- a/App/Main.cpp +++ b/App/Main.cpp @@ -1,12 +1,7 @@ -#include "Windows.h" +#include "pch.h" #include "Richedit.h" #include "Version.h" -#include -#include -#include -#include - #include "Memory.h" #include "Random.h" #include "Randomizer.h" -- cgit 1.4.1