diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-25 21:10:50 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-25 21:10:50 -0800 |
commit | ac83733b590f3c0750bea1de3556ceb24fa0a4b1 (patch) | |
tree | 74aa45ca76603f23c027478af4c2c5aa09eab11e /Source/Randomizer2.h | |
parent | e10243a64e0c6542c9b74c3bb95f5ebf4a3df7cb (diff) | |
download | witness-tutorializer-ac83733b590f3c0750bea1de3556ceb24fa0a4b1.tar.gz witness-tutorializer-ac83733b590f3c0750bea1de3556ceb24fa0a4b1.tar.bz2 witness-tutorializer-ac83733b590f3c0750bea1de3556ceb24fa0a4b1.zip |
Using PCH to clean up includes
Diffstat (limited to 'Source/Randomizer2.h')
-rw-r--r-- | Source/Randomizer2.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | #include "PuzzleSerializer.h" | 2 | #include "PuzzleSerializer.h" |
3 | 3 | ||
4 | class Puzzle; | ||
5 | class Randomizer2 { | 4 | class Randomizer2 { |
6 | public: | 5 | public: |
7 | Randomizer2(const PuzzleSerializer& serializer); | 6 | Randomizer2(const PuzzleSerializer& serializer); |