diff options
| author | Bruce Momjian <bruce@momjian.us> | 1999-07-17 20:18:55 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1999-07-17 20:18:55 +0000 |
| commit | 3406901a2928627477374769416a32b01a08b131 (patch) | |
| tree | e045a16716bbeb4b90ed143260887e23f96939f5 /src/test/examples/testlibpq3.c | |
| parent | c62b8a68bf60a451f57fd026bacc91648de7433a (diff) | |
| download | postgresql-3406901a2928627477374769416a32b01a08b131.tar.gz | |
Move some system includes into c.h, and remove duplicates.
Diffstat (limited to 'src/test/examples/testlibpq3.c')
| -rw-r--r-- | src/test/examples/testlibpq3.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/examples/testlibpq3.c b/src/test/examples/testlibpq3.c index cb5d35bacf..da19fa49aa 100644 --- a/src/test/examples/testlibpq3.c +++ b/src/test/examples/testlibpq3.c @@ -26,8 +26,6 @@ tuple 1: got * */ -#include <stdio.h> -#include <string.h> #include "postgres.h" /* -> "c.h" -> int16, in access/attnum.h */ #include "libpq-fe.h" #include "utils/geo_decls.h" /* for the POLYGON type */ |
