diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-06-15 03:33:12 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-06-15 03:33:12 +0000 |
commit | df43800fc855bd64dbe6c85c4d13bda1ea6a33c9 (patch) | |
tree | 86eb611a5ef96008204350d7f72653657b92069e /src/include/utils/catcache.h | |
parent | e362d4e1eadd75f083dd0ed6a5304a0f057379fb (diff) | |
download | postgresql-df43800fc855bd64dbe6c85c4d13bda1ea6a33c9.tar.gz postgresql-df43800fc855bd64dbe6c85c4d13bda1ea6a33c9.zip |
Clean up #include's.
Diffstat (limited to 'src/include/utils/catcache.h')
-rw-r--r-- | src/include/utils/catcache.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/utils/catcache.h b/src/include/utils/catcache.h index 31ec660b9a3..e2f92df1474 100644 --- a/src/include/utils/catcache.h +++ b/src/include/utils/catcache.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: catcache.h,v 1.22 2000/06/05 07:29:07 tgl Exp $ + * $Id: catcache.h,v 1.23 2000/06/15 03:33:10 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -17,7 +17,6 @@ /* #define CACHEDEBUG turns DEBUG elogs on */ #include "access/htup.h" -#include "fmgr.h" #include "lib/dllist.h" /* |