Fix imports
This commit is contained in:
parent
cfc1107d00
commit
00e2543b22
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
use common::*;
|
||||
use funs::common::*;
|
||||
use angle::{Radians, Degrees};
|
||||
use vec::{Vec2, Vec3, Vec4};
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
use funs::relational::*;
|
||||
use vec::*;
|
||||
use relational::*;
|
||||
|
||||
#[test]
|
||||
fn test_boolv2() {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
use funs::exponential::sqrt;
|
||||
use mat::*;
|
||||
use quat::*;
|
||||
use vec::*;
|
||||
use funs::exponential::sqrt;
|
||||
|
||||
// TODO
|
||||
|
||||
|
|
Loading…
Reference in a new issue