Skip to content

Commit 7310058

Browse files
committed
Merge commit '035071e93e6049bd6f35f05afa3fee669eba951d'
2 parents b6405e2 + 035071e commit 7310058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ClippingBezier/NearestPoint.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
#ifndef __ClippingBezier__NearestPoint__
1010
#define __ClippingBezier__NearestPoint__
1111

12+
#import <CoreGraphics/CoreGraphics.h>
13+
1214
#if defined __cplusplus
1315
extern "C" {
1416
#endif
1517

16-
1718
#include <stdio.h>
18-
#import <CoreGraphics/CoreGraphics.h>
1919

2020
// Bezier functions from git@github.com:erich666/GraphicsGems.git
2121
CGPoint NearestPointOnCurve(const CGPoint P, const CGPoint *V, double *t);

0 commit comments

Comments
 (0)