diff options
Diffstat (limited to 'server/src/entity/customers')
-rw-r--r-- | server/src/entity/customers/demands.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/src/entity/customers/demands.rs b/server/src/entity/customers/demands.rs index 33557b50..176ca232 100644 --- a/server/src/entity/customers/demands.rs +++ b/server/src/entity/customers/demands.rs @@ -16,8 +16,7 @@ */ use super::Demand; -use crate::interaction::Recipe; -use hurrycurry_protocol::{ItemIndex, TileIndex}; +use hurrycurry_protocol::{ItemIndex, Recipe, TileIndex}; use std::collections::{HashMap, HashSet}; pub fn generate_demands( |