Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfb6e62d

Browse files
author
Vitaly Davydov
committed
Angled braces in #include statement were replaced by quotes.
1 parent094bec2 commitfb6e62d

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)

[8]ページ先頭

©2009-2025 Movatter.jp