Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 094bec2 commit 1793e40Copy full SHA for 1793e40
src/epochprop.c
@@ -8,7 +8,7 @@ Transformation: Rigorous Treatment'; cf.
8
*/
9
10
#include <math.h>
11
-#include <pgs_util.h>
+#include "pgs_util.h"
12
13
#include "point.h"
14
#include "epochprop.h"
src/gnomo.c
@@ -1,8 +1,8 @@
1
#include <postgres.h>
2
#include <fmgr.h>
3
4
-#include <gnomo.h>
5
-#include <point.h> /* SPoint from pgsphere */
+#include "gnomo.h"
+#include "point.h" /* SPoint from pgsphere */
6
7
0 commit comments