Skip to content

Commit 6302199

Browse files
author
Vitaly Davydov
committed
Angled braces are replaced with quotes in #include statement.
1 parent 0b87826 commit 6302199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/epochprop.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Transformation: Rigorous Treatment'; cf.
88
*/
99

1010
#include <math.h>
11-
#include <pgs_util.h>
11+
#include "pgs_util.h"
1212

1313
#include "point.h"
1414
#include "epochprop.h"

0 commit comments

Comments
 (0)