summaryrefslogtreecommitdiffstats
path: root/src/jogamp/graph/math/plane/Crossing.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/jogamp/graph/math/plane/Crossing.java')
-rw-r--r--src/jogamp/graph/math/plane/Crossing.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jogamp/graph/math/plane/Crossing.java b/src/jogamp/graph/math/plane/Crossing.java
index 5620da73a..8f8638632 100644
--- a/src/jogamp/graph/math/plane/Crossing.java
+++ b/src/jogamp/graph/math/plane/Crossing.java
@@ -19,10 +19,10 @@
*/
package jogamp.graph.math.plane;
+import jogamp.graph.geom.plane.Path2D;
+import jogamp.graph.geom.plane.PathIterator;
import jogamp.graph.math.MathFloat;
-import com.jogamp.graph.geom.plane.Path2D;
-import com.jogamp.graph.geom.plane.PathIterator;
public class Crossing {