mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
Welp, another subdirectory cleaned out of redundant/unused #include
files
This commit is contained in:
@@ -6,19 +6,14 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: bufmgr.h,v 1.1 1996/08/28 01:58:01 scrappy Exp $
|
||||
* $Id: bufmgr.h,v 1.2 1996/10/19 06:27:14 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef BUFMGR_H
|
||||
#define BUFMGR_H
|
||||
|
||||
#include "c.h"
|
||||
|
||||
#include "machine.h" /* for BLCKSZ */
|
||||
#include "utils/rel.h"
|
||||
|
||||
#include "storage/buf_internals.h" /* UGLY! -- ay */
|
||||
#include <stdio.h>
|
||||
|
||||
/*
|
||||
* the maximum size of a disk block for any possible installation.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: ipc.h,v 1.3 1996/10/11 03:56:27 scrappy Exp $
|
||||
* $Id: ipc.h,v 1.4 1996/10/19 06:27:12 scrappy Exp $
|
||||
*
|
||||
* NOTES
|
||||
* This file is very architecture-specific. This stuff should actually
|
||||
@@ -17,13 +17,11 @@
|
||||
#ifndef IPC_H
|
||||
#define IPC_H
|
||||
|
||||
#include <sys/types.h>
|
||||
#ifndef _IPC_
|
||||
#define _IPC_
|
||||
#include <sys/ipc.h>
|
||||
#endif
|
||||
|
||||
#include "c.h"
|
||||
#include <sys/types.h>
|
||||
|
||||
/*
|
||||
* Many architectures have support for user-level spinlocks (i.e., an
|
||||
@@ -63,7 +61,6 @@ typedef unsigned int slock_t;
|
||||
#else /* aix */
|
||||
|
||||
#if defined(PORTNAME_alpha)
|
||||
#include <sys/mman.h>
|
||||
typedef msemaphore slock_t;
|
||||
#else /* alpha */
|
||||
|
||||
@@ -76,7 +73,6 @@ typedef struct { int sem[4]; } slock_t;
|
||||
#else /* hpux */
|
||||
|
||||
#if defined(PORTNAME_irix5)
|
||||
#include <abi_mutex.h>
|
||||
typedef abilock_t slock_t;
|
||||
#else /* irix5 */
|
||||
|
||||
@@ -86,7 +82,6 @@ typedef abilock_t slock_t;
|
||||
* spinlocks.
|
||||
*/
|
||||
#undef NEVER /* definition in cthreads.h conflicts with parse.h */
|
||||
#include <mach/cthreads.h>
|
||||
typedef struct mutex slock_t;
|
||||
#else /* next */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user