1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-18 13:44:19 +03:00

Remove a stray "pgrminclude" annotation

We don't use those anymore.  Fix for commit 8492feb98f6.
This commit is contained in:
Peter Eisentraut 2025-04-01 15:27:28 +02:00
parent 113ecf1f8c
commit 764d501d24

View File

@ -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"