8000 Remove extraneous #include "storage/proc.h" · jcsston/postgres@329ee80 · GitHub
[go: up one dir, main page]

Skip to content

Commit 329ee80

Browse files
Remove extraneous #include "storage/proc.h"
1 parent 67ff11b commit 329ee80

File tree

1 file changed

+0
-1
lines changed
  • src/backend/utils/adt

1 file changed

+0
-1
lines changed

src/backend/utils/adt/xid.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include "access/transam.h"
2020
#include "access/xact.h"
2121
#include "libpq/pqformat.h"
22-
#include "storage/proc.h"
2322
#include "utils/builtins.h"
2423

2524
#define PG_GETARG_TRANSACTIONID(n) DatumGetTransactionId(PG_GETARG_DATUM(n))

0 commit comments

Comments
 (0)
0