mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Change #include's to use <> and "" as appropriate.
This commit is contained in:
@ -10,11 +10,11 @@
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#include <postgres.h>
|
||||
#include "postgres.h"
|
||||
|
||||
#include <access/gist.h>
|
||||
#include <access/gistscan.h>
|
||||
#include <access/genam.h>
|
||||
#include "access/gist.h"
|
||||
#include "access/gistscan.h"
|
||||
#include "access/genam.h"
|
||||
|
||||
#ifndef HAVE_MEMMOVE
|
||||
#else
|
||||
|
Reference in New Issue
Block a user