From: Marc G. Fournier Date: Sat, 19 Oct 1996 04:05:44 +0000 (+0000) Subject: another one cleaned up X-Git-Tag: REL2_0~420 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=6fd191c899a7098abe73f28cea74e53a2561858a;p=users%2Fc2main%2Fpostgres.git another one cleaned up --- diff --git a/src/include/access/strat.h b/src/include/access/strat.h index e95fc62291..e1ab475b19 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;