diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-06 08:07:45 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-06 08:07:45 +0000 |
commit | 33a8df7edd9088a9fb04b9fbba2bc0844158ebbc (patch) | |
tree | f2c9cc427e5878dae21b5dc205b59e811c995d85 | |
parent | 98f72c28dc6f76e9abde32bfdd618827acc2c013 (diff) | |
download | postgresql-33a8df7edd9088a9fb04b9fbba2bc0844158ebbc.tar.gz postgresql-33a8df7edd9088a9fb04b9fbba2bc0844158ebbc.zip |
Another one cleaned up
-rw-r--r-- | src/include/libpq/libpq-be.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/include/libpq/libpq-be.h b/src/include/libpq/libpq-be.h index 6eeb3089ba5..90bb582fbd4 100644 --- a/src/include/libpq/libpq-be.h +++ b/src/include/libpq/libpq-be.h @@ -7,21 +7,22 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: libpq-be.h,v 1.1 1996/08/28 07:22:59 scrappy Exp $ + * $Id: libpq-be.h,v 1.2 1996/11/06 08:07:45 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef LIBPQ_BE_H #define LIBPQ_BE_H +#include <access/htup.h> +#include <access/tupdesc.h> +#include <libpq/libpq.h> + /* ---------------- * include stuff common to fe and be * ---------------- */ -#include "libpq/libpq.h" -#include "access/htup.h" -#include "access/tupdesc.h" /* ---------------- * declarations for backend libpq support routines |