mirror of
https://github.com/postgres/postgres.git
synced 2025-06-17 17:02:08 +03:00
Remove a stray "pgrminclude" annotation
We don't use those anymore. Fix for commit 8492feb98f
.
This commit is contained in:
@ -28,7 +28,7 @@
|
||||
#include "pgstat.h"
|
||||
#include "storage/bufmgr.h"
|
||||
#include "storage/predicate.h"
|
||||
#include "tcop/tcopprot.h" /* pgrminclude ignore */
|
||||
#include "tcop/tcopprot.h"
|
||||
#include "utils/datum.h"
|
||||
#include "utils/memutils.h"
|
||||
#include "utils/rel.h"
|
||||
|
Reference in New Issue
Block a user