mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-24 10:54:16 +00:00
Remove Unused Includes
This commit is contained in:
parent
ce865a70f2
commit
8b1713fed0
2 changed files with 0 additions and 2 deletions
|
@ -3,7 +3,6 @@ use crate::common::*;
|
||||||
use core::f64::consts::PI;
|
use core::f64::consts::PI;
|
||||||
use smash::app::{self, lua_bind::*};
|
use smash::app::{self, lua_bind::*};
|
||||||
use smash::hash40;
|
use smash::hash40;
|
||||||
use smash::lib::lua_const::*;
|
|
||||||
|
|
||||||
static mut STICK_DIRECTION: Direction = Direction::None;
|
static mut STICK_DIRECTION: Direction = Direction::None;
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
use crate::common::FIGHTER_MANAGER_ADDR;
|
use crate::common::FIGHTER_MANAGER_ADDR;
|
||||||
use crate::common::*;
|
|
||||||
use crate::hitbox_visualizer;
|
use crate::hitbox_visualizer;
|
||||||
use skyline::nn::ro::LookupSymbol;
|
use skyline::nn::ro::LookupSymbol;
|
||||||
use smash::app::{self, lua_bind::*};
|
use smash::app::{self, lua_bind::*};
|
||||||
|
|
Loading…
Reference in a new issue