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 --- Source/Randomizer2.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Source/Randomizer2.h') diff --git a/Source/Randomizer2.h b/Source/Randomizer2.h index c8c3db5..34c89f5 100644 --- a/Source/Randomizer2.h +++ b/Source/Randomizer2.h @@ -1,7 +1,6 @@ #pragma once #include "PuzzleSerializer.h" -class Puzzle; class Randomizer2 { public: Randomizer2(const PuzzleSerializer& serializer); -- cgit 1.4.1