Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9ec5e78

Browse files
committed
And another one
1 parent bc711a3 commit 9ec5e78

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/include/access/heapam.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: heapam.h,v 1.4 1996/11/03 08:17:18 scrappy Exp $
9+
* $Id: heapam.h,v 1.5 1996/11/05 07:22:50 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndef HEAPAM_H
1414
#define HEAPAM_H
1515

16-
#include "access/relscan.h"
17-
#include "storage/buf.h"
16+
#include <access/relscan.h>
1817

1918
/* ----------------------------------------------------------------
2019
* heap access method statistics
@@ -83,7 +82,6 @@ extern HeapAccessStatistics heap_access_stats; /* in stats.c */
8382
* ----------------
8483
*/
8584
/* heap_create, heap_creatr, and heap_destroy are declared in catalog/heap.h */
86-
#include "catalog/heap.h"
8785

8886
/* heapam.c */
8987
extern void doinsert(Relation relation, HeapTuple tup);

0 commit comments

Comments
 (0)