Skip to content

Commit 0b87826

Browse files
author
Vitaly Davydov
committed
Angled braces in #include statement were replaced by quotes.
1 parent a4952d7 commit 0b87826

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)