1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Alphabetically order reference to include files, "G" - "M".

This commit is contained in:
Bruce Momjian
2006-07-11 17:04:13 +00:00
parent 0031f99bfa
commit 3a534ade39
14 changed files with 37 additions and 37 deletions

View File

@ -1,19 +1,19 @@
/*
* PostgreSQL definitions for managed Large Objects.
*
* $PostgreSQL: pgsql/contrib/lo/lo.c,v 1.16 2006/05/30 22:12:13 tgl Exp $
* $PostgreSQL: pgsql/contrib/lo/lo.c,v 1.17 2006/07/11 17:04:12 momjian Exp $
*
*/
#include "postgres.h"
/* Required for largeobjects */
#include "libpq/libpq-fs.h"
#include "libpq/be-fsstubs.h"
/* Required for SPI */
#include "executor/spi.h"
/* Required for largeobjects */
#include "libpq/be-fsstubs.h"
#include "libpq/libpq-fs.h"
/* Required for triggers */
#include "commands/trigger.h"