mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-06 12:20:15 +01:00
Remove a stray "pgrminclude" annotation
We don't use those anymore. Fix for commit 8492feb98f.
This commit is contained in:
parent
113ecf1f8c
commit
764d501d24
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user