mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Change #include's to use <> and "" as appropriate.
This commit is contained in:
4
src/backend/utils/cache/inval.c
vendored
4
src/backend/utils/cache/inval.c
vendored
@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/cache/inval.c,v 1.24 1999/07/15 22:40:03 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/cache/inval.c,v 1.25 1999/07/15 23:03:27 momjian Exp $
|
||||
*
|
||||
* Note - this code is real crufty...
|
||||
*
|
||||
@ -15,7 +15,7 @@
|
||||
*/
|
||||
#include "postgres.h"
|
||||
|
||||
#include <miscadmin.h>
|
||||
#include "miscadmin.h"
|
||||
|
||||
#include "catalog/catalog.h"
|
||||
#include "catalog/heap.h"
|
||||
|
Reference in New Issue
Block a user