Commit 33edbdb5 authored by Bryan Henderson's avatar Bryan Henderson

Remove include of libpq-fe.h. This file has nothing to do with libpq.

parent 79729c0e
/* /*
* $Header: /cvsroot/pgsql/src/test/regress/regress.c,v 1.3 1996/11/12 11:09:13 bryanh Exp $ * $Header: /cvsroot/pgsql/src/test/regress/regress.c,v 1.4 1996/12/09 01:24:53 bryanh Exp $
*/ */
#include <float.h> /* faked on sunos */ #include <float.h> /* faked on sunos */
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
#include <string.h> /* for memset() */ #include <string.h> /* for memset() */
#include <postgres.h> #include <postgres.h>
#include "libpq-fe.h"
#include "utils/geo-decls.h" /* includes <math.h> */ #include "utils/geo-decls.h" /* includes <math.h> */
#include "executor/executor.h" /* For GetAttributeByName */ #include "executor/executor.h" /* For GetAttributeByName */
...@@ -17,6 +16,8 @@ ...@@ -17,6 +16,8 @@
#define RDELIM ')' #define RDELIM ')'
#define DELIM ',' #define DELIM ','
typedef void *TUPLE;
extern double *regress_dist_ptpath (Point *pt, PATH *path); extern double *regress_dist_ptpath (Point *pt, PATH *path);
extern double *regress_path_dist (PATH *p1, PATH *p2); extern double *regress_path_dist (PATH *p1, PATH *p2);
extern PATH *poly2path (POLYGON *poly); extern PATH *poly2path (POLYGON *poly);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment