diff options
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 317e3505435..8b2f5f6901e 100644 --- a/src/include/utils/catcache.h +++ b/src/include/utils/catcache.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: catcache.h,v 1.1 1996/08/28 01:58:46 scrappy Exp $ + * $Id: catcache.h,v 1.2 1996/10/31 09:51:09 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -15,7 +15,6 @@ /* #define CACHEDEBUG turns DEBUG elogs on */ -#include "postgres.h" #include "access/skey.h" #include "access/htup.h" |