No need for include for Win32 right now.

This commit is contained in:
Bruce Momjian 2003-04-24 21:24:36 +00:00
parent 20ead395c7
commit 4a10ce5db3
1 changed files with 1 additions and 5 deletions

View File

@ -10,7 +10,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/port/sysv_shmem.c,v 1.6 2003/04/24 21:23:01 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/port/sysv_shmem.c,v 1.7 2003/04/24 21:24:36 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -30,10 +30,6 @@
#include <kernel/OS.h>
#endif
#ifdef WIN32
#include "win32/shmem.h"
#endif
#include "miscadmin.h"
#include "storage/ipc.h"
#include "storage/pg_shmem.h"