summaryrefslogtreecommitdiff
path: root/src/interfaces/libpgeasy/examples/pgwordcount.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-05-29 21:25:07 +0000
committerBruce Momjian <bruce@momjian.us>2000-05-29 21:25:07 +0000
commit6c944bf3cc5b8329a9d6e9ab534387fcb68bf565 (patch)
tree2a4a318a686d1b6a69623d045e8f9f790fbe520b /src/interfaces/libpgeasy/examples/pgwordcount.c
parent6ed00fee535018b1966a61491a4af07f078b4c68 (diff)
Cleanup of <> and ""
Diffstat (limited to 'src/interfaces/libpgeasy/examples/pgwordcount.c')
-rw-r--r--src/interfaces/libpgeasy/examples/pgwordcount.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpgeasy/examples/pgwordcount.c b/src/interfaces/libpgeasy/examples/pgwordcount.c
index d87349e95bd..86aa8c2ff4f 100644
--- a/src/interfaces/libpgeasy/examples/pgwordcount.c
+++ b/src/interfaces/libpgeasy/examples/pgwordcount.c
@@ -4,9 +4,9 @@
*/
#include <stdio.h>
-#include <libpq-fe.h>
+#include "libpq-fe.h"
#include "../halt.h"
-#include <libpgeasy.h>
+#include "libpgeasy.h"
int
main(int argc, char **argv)