aboutsummaryrefslogtreecommitdiff
path: root/src/filters/log.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/filters/log.rs')
-rw-r--r--src/filters/log.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filters/log.rs b/src/filters/log.rs
index 8d4e0b5..6be7acc 100644
--- a/src/filters/log.rs
+++ b/src/filters/log.rs
@@ -10,7 +10,7 @@ use super::{
use std::collections::HashSet;
use evtclib::raw::parser::PartialEvtc;
-use evtclib::statistics::gamedata::Boss;
+use evtclib::Boss;
use chrono::{Datelike, NaiveDateTime};
use num_traits::FromPrimitive as _;