1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-18 17:42:25 +03:00

Remove extraneous #include "storage/proc.h"

This commit is contained in:
Simon Riggs
2012-05-11 14:45:08 +01:00
parent 67ff11b42b
commit 329ee80f79

View File

@ -19,7 +19,6 @@
#include "access/transam.h"
#include "access/xact.h"
#include "libpq/pqformat.h"
#include "storage/proc.h"
#include "utils/builtins.h"
#define PG_GETARG_TRANSACTIONID(n) DatumGetTransactionId(PG_GETARG_DATUM(n))