diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/miscadmin.h | 3 | ||||
| -rw-r--r-- | src/include/storage/pg_shmem.h | 5 |
2 files changed, 2 insertions, 6 deletions
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index fce4fea4b4..3769a9d184 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -12,7 +12,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: miscadmin.h,v 1.107 2002/08/29 21:02:12 momjian Exp $ + * $Id: miscadmin.h,v 1.108 2002/09/02 02:47:07 momjian Exp $ * * NOTES * some of the information in this file should be moved to @@ -23,7 +23,6 @@ #ifndef MISCADMIN_H #define MISCADMIN_H -#include <sys/types.h> /***************************************************************************** diff --git a/src/include/storage/pg_shmem.h b/src/include/storage/pg_shmem.h index e33fc858cb..dcc6b13ed4 100644 --- a/src/include/storage/pg_shmem.h +++ b/src/include/storage/pg_shmem.h @@ -17,16 +17,13 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_shmem.h,v 1.2 2002/06/20 20:29:52 momjian Exp $ + * $Id: pg_shmem.h,v 1.3 2002/09/02 02:47:07 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef PG_SHMEM_H #define PG_SHMEM_H -#include <sys/types.h> - - typedef struct PGShmemHeader /* standard header for all Postgres shmem */ { int32 magic; /* magic # to identify Postgres segments */ |
