From: Marc G. Fournier Date: Fri, 8 Nov 1996 06:43:28 +0000 (+0000) Subject: Change includes from "" to <> X-Git-Tag: REL2_0~188 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cecf081abaa786414743ff1a2e694d36c606ddb4;p=postgresql Change includes from "" to <> --- diff --git a/src/include/bootstrap/bootstrap.h b/src/include/bootstrap/bootstrap.h index 656bfe3f38..707451b17e 100644 --- a/src/include/bootstrap/bootstrap.h +++ b/src/include/bootstrap/bootstrap.h @@ -6,16 +6,16 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: bootstrap.h,v 1.3 1996/11/08 06:01:45 momjian Exp $ + * $Id: bootstrap.h,v 1.4 1996/11/08 06:43:28 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef BOOTSTRAP_H #define BOOTSTRAP_H -#include "access/funcindex.h" -#include "access/itup.h" -#include "utils/rel.h" +#include +#include +#include #define MAXATTR 40 /* max. number of attributes in a relation */