diff options
| author | Marc G. Fournier | 1996-11-03 12:13:35 +0000 |
|---|---|---|
| committer | Marc G. Fournier | 1996-11-03 12:13:35 +0000 |
| commit | ff36ebc922566542f4f18c4e76a379bc620dfde4 (patch) | |
| tree | 7761b783cc49e2cf2809b1efb67d3f2208e6b89b /src/include/tcop | |
| parent | 71cd646a34d3ad4aa10e586aea69c6818c3b1bc9 (diff) | |
More cleans of the inter-dependencies in the #include files
Diffstat (limited to 'src/include/tcop')
| -rw-r--r-- | src/include/tcop/dest.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/tcop/dest.h b/src/include/tcop/dest.h index 9acdff5670f..740d23c2b6a 100644 --- a/src/include/tcop/dest.h +++ b/src/include/tcop/dest.h @@ -26,15 +26,14 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: dest.h,v 1.1 1996/08/28 07:27:49 scrappy Exp $ + * $Id: dest.h,v 1.2 1996/11/03 12:13:19 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef DEST_H #define DEST_H -#include "catalog/pg_attribute.h" -#include "access/tupdesc.h" +#include "access/tupdesc.h" /* ---------------- * CommandDest is used to allow the results of calling |
