Commit cecf081a authored by Marc G. Fournier's avatar Marc G. Fournier

Change includes from "" to <>

parent 7886d735
...@@ -6,16 +6,16 @@ ...@@ -6,16 +6,16 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef BOOTSTRAP_H
#define BOOTSTRAP_H #define BOOTSTRAP_H
#include "access/funcindex.h" #include <access/funcindex.h>
#include "access/itup.h" #include <access/itup.h>
#include "utils/rel.h" #include <utils/rel.h>
#define MAXATTR 40 /* max. number of attributes in a relation */ #define MAXATTR 40 /* max. number of attributes in a relation */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment