Skip to content

Commit fb6e62d

Browse files
author
Vitaly Davydov
committed
Angled braces in #include statement were replaced by quotes.
1 parent 094bec2 commit fb6e62d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/epochprop.c

Lines changed: 1 addition & 1 deletion
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"

src/gnomo.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include <postgres.h>
22
#include <fmgr.h>
33

4-
#include <gnomo.h>
5-
#include <point.h> /* SPoint from pgsphere */
4+
#include "gnomo.h"
5+
#include "point.h" /* SPoint from pgsphere */
66

77
#include <math.h>
88

0 commit comments

Comments
 (0)