Skip to content

Commit 21e089b

Browse files
michaelpqpull[bot]
authored andcommitted
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.
1 parent b375118 commit 21e089b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/modules/test_slru/test_slru.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#include "storage/fd.h"
2121
#include "storage/ipc.h"
2222
#include "storage/shmem.h"
23-
#include "storage/lwlock.h"
2423
#include "utils/builtins.h"
2524

2625
PG_MODULE_MAGIC;

0 commit comments

Comments
 (0)