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

Commit 6d4c760

Browse files
committed
Include file cleanup:
Based on include files require by htup.h, as: access/htup.h storage/itemptr.h storage/block.h storage/off.h utils/nabstime.h <time.h>
1 parent ea94d63 commit 6d4c760

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

src/include/storage/itemptr.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: itemptr.h,v 1.2 1996/10/19 04:01:41 scrappy Exp $
9+
* $Id: itemptr.h,v 1.3 1996/11/01 09:19:00 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndef ITEMPTR_H
1414
#define ITEMPTR_H
1515

16-
#include "storage/block.h"
16+
#include "storage/block.h"
1717
#include "storage/off.h"
1818

1919
/*

src/include/utils/nabstime.h

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,14 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: nabstime.h,v 1.1 1996/08/28 01:59:13 scrappy Exp $
9+
* $Id: nabstime.h,v 1.2 1996/11/01 09:19:11 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndef NABSTIME_H
1414
#define NABSTIME_H
1515

16-
#include <sys/types.h>
1716
#include <time.h>
18-
#if !defined(PORTNAME_irix5)
19-
#include <sys/timeb.h>
20-
#endif
21-
#include "miscadmin.h" /* for SystemTime */
2217

2318
/* ----------------------------------------------------------------
2419
* time types + support macros

0 commit comments

Comments
 (0)