pgsql: Remove unneeded include in test_slru.c - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Remove unneeded include in test_slru.c
Date
Msg-id E1ovYuP-000Z1z-1j@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove unneeded include in test_slru.c

As introduced in 006b69f, the order of the headers was incorrect.
However, it happens that lwlock.h can just be dropped from the list, so
let's be clean and remove it, fixing the order of the listed headers.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3894d21d22eba8438743eaf453b2f2c85e479125

Modified Files
--------------
src/test/modules/test_slru/test_slru.c | 1 -
1 file changed, 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Export with_icu when running src/bin/scripts tests with meson
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix typos in comments