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

Commit 7d5e795

Browse files
committed
Getting there, one by one...
1 parent 92ec7b5 commit 7d5e795

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/include/nodes/makefuncs.h

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,15 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: makefuncs.h,v 1.1 1996/08/28 01:57:33 scrappy Exp $
9+
* $Id: makefuncs.h,v 1.2 1996/11/06 09:21:42 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndef MAKEFUNC_H
1414
#define MAKEFUNC_H
1515

16-
#include "access/attnum.h"
17-
#include "catalog/pg_operator.h"
18-
#include "utils/fcache.h"
19-
#include "nodes/primnodes.h"
16+
#include <nodes/primnodes.h>
17+
#include <utils/fcache.h>
2018

2119
extern Oper *makeOper(Oid opno,
2220
Oid opid,

0 commit comments

Comments
 (0)