aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/lib/extern.h
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/ecpg/lib/extern.h
parent6ed00fee535018b1966a61491a4af07f078b4c68 (diff)
downloadpostgresql-6c944bf3cc5b8329a9d6e9ab534387fcb68bf565.tar.gz
postgresql-6c944bf3cc5b8329a9d6e9ab534387fcb68bf565.zip
Cleanup of <> and ""
Diffstat (limited to 'src/interfaces/ecpg/lib/extern.h')
-rw-r--r--src/interfaces/ecpg/lib/extern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/lib/extern.h b/src/interfaces/ecpg/lib/extern.h
index 86cc8bbab87..db2f3a7d419 100644
--- a/src/interfaces/ecpg/lib/extern.h
+++ b/src/interfaces/ecpg/lib/extern.h
@@ -1,5 +1,5 @@
-#include <postgres.h>
-#include <libpq-fe.h>
+#include "postgres.h"
+#include "libpq-fe.h"
/* Here are some methods used by the lib. */
/* Returns a pointer to a string containing a simple type name. */