OSDN Git Service

Compile a little more cleanly.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 10 Feb 2001 03:44:54 +0000 (03:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 10 Feb 2001 03:44:54 +0000 (03:44 +0000)
contrib/findoidjoins/findoidjoins.c

index f638a9f..7d76bf7 100644 (file)
@@ -2,13 +2,11 @@
  * findoidjoins.c, requires src/interfaces/libpgeasy
  *
  */
+#include "postgres_fe.h"
 
-#include <stdio.h>
-#include <string.h>
 #include "libpq-fe.h"
-
 #include "halt.h"
-#include <libpgeasy.h>
+#include "libpgeasy.h"
 
 PGresult   *attres,
                   *relres;