diff options
Diffstat (limited to 'Source/PuzzleSerializer.h')
-rw-r--r-- | Source/PuzzleSerializer.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/PuzzleSerializer.h b/Source/PuzzleSerializer.h index 4ccd383..e1ee3e8 100644 --- a/Source/PuzzleSerializer.h +++ b/Source/PuzzleSerializer.h | |||
@@ -1,11 +1,6 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | #include <memory> | ||
3 | #include <unordered_map> | ||
4 | |||
5 | #include "Puzzle.h" | 2 | #include "Puzzle.h" |
6 | 3 | ||
7 | class Memory; | ||
8 | |||
9 | class PuzzleSerializer { | 4 | class PuzzleSerializer { |
10 | public: | 5 | public: |
11 | PuzzleSerializer(const std::shared_ptr<Memory>& memory); | 6 | PuzzleSerializer(const std::shared_ptr<Memory>& memory); |