Skip to content

Commit d4e7320

Browse files
committed
Remove redundant import
1 parent a6fcbcc commit d4e7320

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/GameMath/3D Types (New)/Vector3n.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
* http://stregasgate.com
66
*/
77

8-
public import GameMath
9-
108
public protocol Vector3n<Scalar> {
119
typealias ScalarType = Numeric & SIMDScalar
1210
associatedtype Scalar: ScalarType

0 commit comments

Comments
 (0)