Skip to content

Commit 1793e40

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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"

Diff for: src/gnomo.c

+2-2
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)