Commit 4a10ce5d authored by Bruce Momjian's avatar Bruce Momjian

No need for include for Win32 right now.

parent 20ead395
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment