aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpgeasy
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
parent6ed00fee535018b1966a61491a4af07f078b4c68 (diff)
downloadpostgresql-6c944bf3cc5b8329a9d6e9ab534387fcb68bf565.tar.gz
postgresql-6c944bf3cc5b8329a9d6e9ab534387fcb68bf565.zip
Cleanup of <> and ""
Diffstat (limited to 'src/interfaces/libpgeasy')
-rw-r--r--src/interfaces/libpgeasy/examples/pginsert.c4
-rw-r--r--src/interfaces/libpgeasy/examples/pgnulltest.c4
-rw-r--r--src/interfaces/libpgeasy/examples/pgwordcount.c4
-rw-r--r--src/interfaces/libpgeasy/libpgeasy.c2
4 files changed, 7 insertions, 7 deletions
diff --git a/src/interfaces/libpgeasy/examples/pginsert.c b/src/interfaces/libpgeasy/examples/pginsert.c
index eac150109e1..85de5aad68d 100644
--- a/src/interfaces/libpgeasy/examples/pginsert.c
+++ b/src/interfaces/libpgeasy/examples/pginsert.c
@@ -5,9 +5,9 @@
#include <stdio.h>
#include <time.h>
-#include <libpq-fe.h>
+#include "libpq-fe.h"
#include "../halt.h"
-#include <libpgeasy.h>
+#include "libpgeasy.h"
int
main(int argc, char **argv)
diff --git a/src/interfaces/libpgeasy/examples/pgnulltest.c b/src/interfaces/libpgeasy/examples/pgnulltest.c
index 9489a9d2912..419a68fe869 100644
--- a/src/interfaces/libpgeasy/examples/pgnulltest.c
+++ b/src/interfaces/libpgeasy/examples/pgnulltest.c
@@ -7,9 +7,9 @@
#include <stdio.h>
#include <time.h>
-#include <libpq-fe.h>
+#include "libpq-fe.h"
#include "../halt.h"
-#include <libpgeasy.h>
+#include "libpgeasy.h"
int
main(int argc, char **argv)
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)
diff --git a/src/interfaces/libpgeasy/libpgeasy.c b/src/interfaces/libpgeasy/libpgeasy.c
index f78a00cf648..f8682c27610 100644
--- a/src/interfaces/libpgeasy/libpgeasy.c
+++ b/src/interfaces/libpgeasy/libpgeasy.c
@@ -7,7 +7,7 @@
#include <string.h>
#include <stdarg.h>
-#include <libpq-fe.h>
+#include "libpq-fe.h"
#include "halt.h"
#include "libpgeasy.h"