diff options
Diffstat (limited to 'src/backend/libpq/be-pqexec.c')
-rw-r--r-- | src/backend/libpq/be-pqexec.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/backend/libpq/be-pqexec.c b/src/backend/libpq/be-pqexec.c index ea48d6ff62c..6703b955bca 100644 --- a/src/backend/libpq/be-pqexec.c +++ b/src/backend/libpq/be-pqexec.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/libpq/Attic/be-pqexec.c,v 1.21 1999/07/15 22:39:14 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/libpq/Attic/be-pqexec.c,v 1.22 1999/07/15 23:03:13 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -20,12 +20,12 @@ * NOTES * These routines are compiled into the postgres backend. */ -#include <postgres.h> +#include "postgres.h" -#include <tcop/fastpath.h> -#include <tcop/tcopprot.h> -#include <libpq/libpq.h> -#include <utils/builtins.h> +#include "tcop/fastpath.h" +#include "tcop/tcopprot.h" +#include "libpq/libpq.h" +#include "utils/builtins.h" #ifndef HAVE_MEMMOVE #else #include <string.h> |