aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-19 04:05:44 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-19 04:05:44 +0000
commit6fd191c899a7098abe73f28cea74e53a2561858a (patch)
tree2167e9697d3fce0145332a1ad9ac21f56a034bea /src
parent9b6b82b91d7c7b96e434cf6fd2a1102728434f1b (diff)
downloadpostgresql-6fd191c899a7098abe73f28cea74e53a2561858a.tar.gz
postgresql-6fd191c899a7098abe73f28cea74e53a2561858a.zip
another one cleaned up
Diffstat (limited to 'src')
-rw-r--r--src/include/access/strat.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/access/strat.h b/src/include/access/strat.h
index e95fc622910..e1ab475b195 100644
--- a/src/include/access/strat.h
+++ b/src/include/access/strat.h
@@ -7,16 +7,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: strat.h,v 1.1 1996/08/27 21:50:25 scrappy Exp $
+ * $Id: strat.h,v 1.2 1996/10/19 04:05:44 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef STRAT_H
#define STRAT_H
-#include "postgres.h"
-#include "access/attnum.h"
-#include "access/skey.h"
+#include "access/skey.h"
typedef uint16 StrategyNumber;