diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2000-04-14 00:24:52 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2000-04-14 00:24:52 +0000 |
commit | 977fad3f173986038fec864ed8abddb6841b079a (patch) | |
tree | cc92de1f648313367b8cd7879391c8c75339a8c8 | |
parent | 9d91db4fdeaa32d2680b08fe15f62599ffd22c83 (diff) |
Revert inclusion of postgres_ext.h to use "..." instead of <...>, per
request from XEmacs people.
-rw-r--r-- | src/interfaces/libpq/libpq-fe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq/libpq-fe.h b/src/interfaces/libpq/libpq-fe.h index f82ae6ce17b..3c9a311eafa 100644 --- a/src/interfaces/libpq/libpq-fe.h +++ b/src/interfaces/libpq/libpq-fe.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: libpq-fe.h,v 1.65 2000/04/12 17:17:15 momjian Exp $ + * $Id: libpq-fe.h,v 1.66 2000/04/14 00:24:52 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -24,7 +24,7 @@ extern "C" /* postgres_ext.h defines the backend's externally visible types, * such as Oid. */ -#include <postgres_ext.h> +#include "postgres_ext.h" /* Application-visible enum types */ |