diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-25 21:13:11 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-25 21:13:11 -0800 |
commit | a0e7ec171d68a17f8bcaeb5d8f4af881c3510280 (patch) | |
tree | 8481c89da8d6c57ff7256b40af26e205bcce0493 /Source/Validator.cpp | |
parent | ac83733b590f3c0750bea1de3556ceb24fa0a4b1 (diff) | |
download | witness-tutorializer-a0e7ec171d68a17f8bcaeb5d8f4af881c3510280.tar.gz witness-tutorializer-a0e7ec171d68a17f8bcaeb5d8f4af881c3510280.tar.bz2 witness-tutorializer-a0e7ec171d68a17f8bcaeb5d8f4af881c3510280.zip |
RM duplicate includes
Diffstat (limited to 'Source/Validator.cpp')
-rw-r--r-- | Source/Validator.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Validator.cpp b/Source/Validator.cpp index cb0ffa8..3001790 100644 --- a/Source/Validator.cpp +++ b/Source/Validator.cpp | |||
@@ -1,6 +1,5 @@ | |||
1 | #include "pch.h" | 1 | #include "pch.h" |
2 | #include "Validator.h" | 2 | #include "Validator.h" |
3 | #include "Puzzle.h" | ||
4 | 3 | ||
5 | void Validator::Validate(Puzzle& p) { | 4 | void Validator::Validate(Puzzle& p) { |
6 | // console.log('Validating', puzzle); | 5 | // console.log('Validating', puzzle); |