diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-05-29 21:25:07 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-05-29 21:25:07 +0000 |
commit | 6c944bf3cc5b8329a9d6e9ab534387fcb68bf565 (patch) | |
tree | 2a4a318a686d1b6a69623d045e8f9f790fbe520b /src/interfaces/libpq++/examples/testlibpq0.cc | |
parent | 6ed00fee535018b1966a61491a4af07f078b4c68 (diff) | |
download | postgresql-6c944bf3cc5b8329a9d6e9ab534387fcb68bf565.tar.gz postgresql-6c944bf3cc5b8329a9d6e9ab534387fcb68bf565.zip |
Cleanup of <> and ""
Diffstat (limited to 'src/interfaces/libpq++/examples/testlibpq0.cc')
-rw-r--r-- | src/interfaces/libpq++/examples/testlibpq0.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq++/examples/testlibpq0.cc b/src/interfaces/libpq++/examples/testlibpq0.cc index 7bfa20e28e5..041ced557fc 100644 --- a/src/interfaces/libpq++/examples/testlibpq0.cc +++ b/src/interfaces/libpq++/examples/testlibpq0.cc @@ -9,13 +9,13 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/interfaces/libpq++/examples/Attic/testlibpq0.cc,v 1.5 1999/12/03 18:28:32 momjian Exp $ + * $Header: /cvsroot/pgsql/src/interfaces/libpq++/examples/Attic/testlibpq0.cc,v 1.6 2000/05/29 21:25:04 momjian Exp $ * *------------------------------------------------------------------------- */ #include <iostream.h> -#include <libpq++.h> +#include "libpq++.h" int main() { |