diff options
Diffstat (limited to 'Source/PuzzleSerializer.cpp')
-rw-r--r-- | Source/PuzzleSerializer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/PuzzleSerializer.cpp b/Source/PuzzleSerializer.cpp index 4a57313..e316216 100644 --- a/Source/PuzzleSerializer.cpp +++ b/Source/PuzzleSerializer.cpp | |||
@@ -1,6 +1,5 @@ | |||
1 | #include "pch.h" | 1 | #include "pch.h" |
2 | #include "PuzzleSerializer.h" | 2 | #include "PuzzleSerializer.h" |
3 | #include "Randomizer.h" | ||
4 | 3 | ||
5 | PuzzleSerializer::PuzzleSerializer(const std::shared_ptr<Memory>& memory) : _memory(memory) {} | 4 | PuzzleSerializer::PuzzleSerializer(const std::shared_ptr<Memory>& memory) : _memory(memory) {} |
6 | 5 | ||