aboutsummaryrefslogtreecommitdiff
path: root/src/include/optimizer/_deadcode/xfunc.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-07-16 17:07:40 +0000
committerBruce Momjian <bruce@momjian.us>1999-07-16 17:07:40 +0000
commit773088809df925442bb9df35352c11e3d106314a (patch)
treeab0e98368b26dc6a2853cbe498c8660855213ab2 /src/include/optimizer/_deadcode/xfunc.h
parent4d5aa343de8564b48364bb5f8efa671b12ae0446 (diff)
downloadpostgresql-773088809df925442bb9df35352c11e3d106314a.tar.gz
postgresql-773088809df925442bb9df35352c11e3d106314a.zip
More cleanup
Diffstat (limited to 'src/include/optimizer/_deadcode/xfunc.h')
-rw-r--r--src/include/optimizer/_deadcode/xfunc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/optimizer/_deadcode/xfunc.h b/src/include/optimizer/_deadcode/xfunc.h
index 4ec0c5aabb7..d10078a4b18 100644
--- a/src/include/optimizer/_deadcode/xfunc.h
+++ b/src/include/optimizer/_deadcode/xfunc.h
@@ -6,15 +6,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: xfunc.h,v 1.2 1999/07/15 23:03:59 momjian Exp $
+ * $Id: xfunc.h,v 1.3 1999/07/16 17:07:35 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef XFUNC_H
#define XFUNC_H
-#include "utils/rel.h"
#include "nodes/relation.h"
+#include "utils/rel.h"
/* command line arg flags */
#define XFUNC_OFF -1 /* do no optimization of expensive preds */