1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00

Alphabetically order reference to include files, "N" - "S".

This commit is contained in:
Bruce Momjian
2006-07-11 17:26:59 +00:00
parent 3a534ade39
commit 0ff3461bcc
24 changed files with 56 additions and 54 deletions

View File

@ -4,6 +4,7 @@
*/
#include "executor/spi.h" /* this is what you need to work with SPI */
#include "commands/trigger.h" /* -"- and triggers */
#include <ctype.h>