Remove unused import

This commit is contained in:
Vincent Foulon 2022-07-29 19:06:08 +02:00
parent faf2b13ac1
commit 6994b026b1
No known key found for this signature in database
GPG Key ID: 33A11279982853E9

View File

@ -50,9 +50,7 @@ use common_base::prof_span;
use common_ecs::{Job, Origin, ParMode, Phase, System};
use rand::{thread_rng, Rng};
use rayon::iter::ParallelIterator;
use specs::{
saveload::Marker, Entity as EcsEntity, Join, ParJoin, Read, WriteExpect, WriteStorage,
};
use specs::{Entity as EcsEntity, Join, ParJoin, Read, WriteExpect, WriteStorage};
use vek::*;
/// This system will allow NPCs to modify their controller