aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-06 09:21:42 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-06 09:21:42 +0000
commit7d5e79559613d98ae500f7b3237c07de345c775e (patch)
treea0350eb0b9888712b957a86891086cb2d61b03d1 /src
parent92ec7b5812334f06ee123d56b2a6b7fe399e48cc (diff)
downloadpostgresql-7d5e79559613d98ae500f7b3237c07de345c775e.tar.gz
postgresql-7d5e79559613d98ae500f7b3237c07de345c775e.zip
Getting there, one by one...
Diffstat (limited to 'src')
-rw-r--r--src/include/nodes/makefuncs.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/include/nodes/makefuncs.h b/src/include/nodes/makefuncs.h
index 1460cb9811c..6bfec41bf89 100644
--- a/src/include/nodes/makefuncs.h
+++ b/src/include/nodes/makefuncs.h
@@ -6,17 +6,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: makefuncs.h,v 1.1 1996/08/28 01:57:33 scrappy Exp $
+ * $Id: makefuncs.h,v 1.2 1996/11/06 09:21:42 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef MAKEFUNC_H
#define MAKEFUNC_H
-#include "access/attnum.h"
-#include "catalog/pg_operator.h"
-#include "utils/fcache.h"
-#include "nodes/primnodes.h"
+#include <nodes/primnodes.h>
+#include <utils/fcache.h>
extern Oper *makeOper(Oid opno,
Oid opid,