diff options
Diffstat (limited to 'src/include/utils/temprel.h')
-rw-r--r-- | src/include/utils/temprel.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/utils/temprel.h b/src/include/utils/temprel.h index 1b832235102..ecfa17985ea 100644 --- a/src/include/utils/temprel.h +++ b/src/include/utils/temprel.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: temprel.h,v 1.3 1999/05/25 16:14:57 momjian Exp $ + * $Id: temprel.h,v 1.4 1999/07/15 15:21:43 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -14,7 +14,6 @@ #define TEMPREL_H #include "access/htup.h" -#include "access/attnum.h" void create_temp_relation(char *relname, HeapTuple pg_class_tuple); void remove_all_temp_relations(void); |