diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-06 08:48:33 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-06 08:48:33 +0000 |
commit | a472a29bb427de97d51900e9ce616527a0110b9c (patch) | |
tree | aa7efa584bf8381e74f33c6defeb47878c191c87 /src/backend/libpq/util.c | |
parent | e2329091571485fa6d384be043e50c3ad8e71179 (diff) |
I'm getting there, slowly :)
Diffstat (limited to 'src/backend/libpq/util.c')
-rw-r--r-- | src/backend/libpq/util.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/backend/libpq/util.c b/src/backend/libpq/util.c index bd7eb47d258..e8ca2e4ccc5 100644 --- a/src/backend/libpq/util.c +++ b/src/backend/libpq/util.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/libpq/Attic/util.c,v 1.2 1996/10/31 10:37:53 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/libpq/Attic/util.c,v 1.3 1996/11/06 08:48:33 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -22,11 +22,10 @@ #include <stdio.h> /* for sprintf() */ #include <string.h> -#include "postgres.h" -#include "lib/dllist.h" -#include "libpq/libpq.h" /* where the declarations go */ -#include "utils/exc.h" -#include "utils/palloc.h" +#include <postgres.h> +#include <lib/dllist.h> +#include <libpq/libpq.h> /* where the declarations go */ +#include <utils/exc.h> /* ---------------- |