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/pl/tcl | |
| parent | 0df761420d30e89fa606e34795e5f3da0713d6f6 (diff) | |
Clean up #include in /include directory. Add scripts for checking includes.
Diffstat (limited to 'src/pl/tcl')
| -rw-r--r-- | src/pl/tcl/pltcl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pl/tcl/pltcl.c b/src/pl/tcl/pltcl.c index 62f94ec0ae..0ec47d9f95 100644 --- a/src/pl/tcl/pltcl.c +++ b/src/pl/tcl/pltcl.c @@ -3,7 +3,7 @@ * procedural language (PL) * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/pl/tcl/pltcl.c,v 1.12 1999/05/26 12:57:23 momjian Exp $ + * $Header: /cvsroot/pgsql/src/pl/tcl/pltcl.c,v 1.13 1999/07/15 15:21:50 momjian Exp $ * * This software is copyrighted by Jan Wieck - Hamburg. * @@ -47,7 +47,6 @@ #include "executor/spi.h" #include "commands/trigger.h" -#include "utils/elog.h" #include "utils/builtins.h" #include "fmgr.h" #include "access/heapam.h" |
