summaryrefslogtreecommitdiff
path: root/src/strategy.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/strategy.rs')
-rw-r--r--src/strategy.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/strategy.rs b/src/strategy.rs
index 31a1bee..4c86dfd 100644
--- a/src/strategy.rs
+++ b/src/strategy.rs
@@ -1,6 +1,5 @@
use crate::command::{Command, Action};
use crate::game::{GameBoard, SimulationOutcome};
-use crate::geometry::*;
use std::cmp;
use std::collections::HashMap;