1
0
Fork 0
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:
sidschingis 2020-06-13 22:35:21 +02:00
parent ce865a70f2
commit 8b1713fed0
2 changed files with 0 additions and 2 deletions

View file

@ -3,7 +3,6 @@ use crate::common::*;
use core::f64::consts::PI;
use smash::app::{self, lua_bind::*};
use smash::hash40;
use smash::lib::lua_const::*;
static mut STICK_DIRECTION: Direction = Direction::None;

View file

@ -1,5 +1,4 @@
use crate::common::FIGHTER_MANAGER_ADDR;
use crate::common::*;
use crate::hitbox_visualizer;
use skyline::nn::ro::LookupSymbol;
use smash::app::{self, lua_bind::*};