pgsql: Remove unneeded include in test_slru.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unneeded include in test_slru.c
Date: 2022-11-17 07:02:01
Message-ID: E1ovYuP-000Z1z-1j@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2022-11-17 08:21:44 pgsql: Fix typos in comments
Previous Message Peter Eisentraut 2022-11-17 06:44:37 pgsql: Export with_icu when running src/bin/scripts tests with meson