Skip to content

Commit a11c695

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 7a962bc commit a11c695

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)