diff options
| author | Bruce Momjian | 1999-07-15 15:21:54 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1999-07-15 15:21:54 +0000 |
| commit | 4b2c2850bf243cfa4a7b4cbd2e60ba1791c098fb (patch) | |
| tree | 35742cac274127492f314850d8baca1215a1e68e /src/include/tcop | |
| parent | 0df761420d30e89fa606e34795e5f3da0713d6f6 (diff) | |
Clean up #include in /include directory. Add scripts for checking includes.
Diffstat (limited to 'src/include/tcop')
| -rw-r--r-- | src/include/tcop/dest.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/tcop/dest.h b/src/include/tcop/dest.h index f46f9b3248..a694d435c7 100644 --- a/src/include/tcop/dest.h +++ b/src/include/tcop/dest.h @@ -44,7 +44,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: dest.h,v 1.20 1999/05/25 22:43:29 momjian Exp $ + * $Id: dest.h,v 1.21 1999/07/15 15:21:36 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -52,7 +52,6 @@ #define DEST_H #include <access/htup.h> -#include <access/tupdesc.h> /* ---------------- * CommandDest is a simplistic means of identifying the desired |
