summaryrefslogtreecommitdiff
path: root/src/include/optimizer/xfunc.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-06 07:44:18 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-06 07:44:18 +0000
commit87b07a3974eb5bfab015ef1c1eeb4ef196daa7e9 (patch)
tree201a8da155d24d0e6a3d7f001863473ff2f88335 /src/include/optimizer/xfunc.h
parent9e3d4c43a73e3670e60f04fab2625eed419307e5 (diff)
Further include file cleanups
Diffstat (limited to 'src/include/optimizer/xfunc.h')
-rw-r--r--src/include/optimizer/xfunc.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/optimizer/xfunc.h b/src/include/optimizer/xfunc.h
index b9e5cee2575..a1715bb544c 100644
--- a/src/include/optimizer/xfunc.h
+++ b/src/include/optimizer/xfunc.h
@@ -6,14 +6,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: xfunc.h,v 1.1 1996/08/28 07:23:30 scrappy Exp $
+ * $Id: xfunc.h,v 1.2 1996/11/06 07:44:13 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef XFUNC_H
#define XFUNC_H
-#include "nodes/relation.h"
+#include <utils/rel.h>
+#include <nodes/relation.h>
/* command line arg flags */
#define XFUNC_OFF -1 /* do no optimization of expensive preds */