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

Commit 23f444f

Browse files
committed
A few more yet...
1 parent 6592bba commit 23f444f

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/include/nodes/primnodes.h

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,14 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: primnodes.h,v 1.2 1996/10/05 20:33:45 momjian Exp $
9+
* $Id: primnodes.h,v 1.3 1996/10/19 04:48:30 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndef PRIMNODES_H
1414
#define PRIMNODES_H
1515

16-
#include "postgres.h"
17-
18-
#include "access/attnum.h"
19-
#include "storage/buf.h"
20-
#include "utils/rel.h"
2116
#include "utils/fcache.h"
22-
#include "nodes/params.h"
23-
24-
#include "nodes/nodes.h"
25-
#include "nodes/pg_list.h"
2617

2718
/* ----------------------------------------------------------------
2819
* node definitions

0 commit comments

Comments
 (0)