Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f697bf3

Browse files
committed
and another
1 parent 6fd191c commit f697bf3

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/include/utils/rel.h

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,18 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: rel.h,v 1.1 1996/08/28 01:59:21 scrappy Exp $
9+
* $Id: rel.h,v 1.2 1996/10/19 04:06:48 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndef REL_H
1414
#define REL_H
1515

16-
#include "postgres.h"
17-
1816
#include "storage/fd.h"
19-
#include "access/strat.h"
20-
#include "access/tupdesc.h"
21-
2217
#include "catalog/pg_am.h"
23-
#include "catalog/pg_operator.h"
2418
#include "catalog/pg_class.h"
25-
2619
#include "rewrite/prs2lock.h"
20+
#include "access/strat.h"
2721

2822
typedef struct RelationData {
2923
File rd_fd; /* open file descriptor */

0 commit comments

Comments
 (0)