mirror of
https://github.com/postgres/postgres.git
synced 2025-08-25 20:23:07 +03:00
Change #include's to use <> and "" as appropriate.
This commit is contained in:
@@ -6,15 +6,15 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: sinvaladt.h,v 1.14 1999/05/28 17:03:30 tgl Exp $
|
||||
* $Id: sinvaladt.h,v 1.15 1999/07/15 23:04:15 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef SINVALADT_H
|
||||
#define SINVALADT_H
|
||||
|
||||
#include <storage/itemptr.h>
|
||||
#include <storage/ipc.h>
|
||||
#include "storage/itemptr.h"
|
||||
#include "storage/ipc.h"
|
||||
|
||||
/*
|
||||
* The structure of the shared cache invaidation segment
|
||||
|
Reference in New Issue
Block a user