Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3894d21

Browse files
committed
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 1d87037 commit 3894d21

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/modules/test_slru/test_slru.c

-1
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)