Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fce33c7

Browse files
committed
Compile a little more cleanly.
1 parent 2a1553c commit fce33c7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

contrib/findoidjoins/findoidjoins.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
* findoidjoins.c, requires src/interfaces/libpgeasy
33
*
44
*/
5+
#include "postgres_fe.h"
56

6-
#include <stdio.h>
7-
#include <string.h>
87
#include "libpq-fe.h"
9-
108
#include "halt.h"
11-
#include <libpgeasy.h>
9+
#include "libpgeasy.h"
1210

1311
PGresult *attres,
1412
*relres;

0 commit comments

Comments
 (0)