projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d87037
)
Remove unneeded include in test_slru.c
author
Michael Paquier
Thu, 17 Nov 2022 07:00:09 +0000
(16:00 +0900)
committer
Michael Paquier
Thu, 17 Nov 2022 07:00:09 +0000
(16:00 +0900)
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.
src/test/modules/test_slru/test_slru.c
patch
|
blob
|
blame
|
history
diff --git
a/src/test/modules/test_slru/test_slru.c
b/src/test/modules/test_slru/test_slru.c
index 607450a3a453567963ecbde851f43082ea9cf2d3..41e648fecd7e0707359681416d2f4b00d04f08f2 100644
(file)
--- a/
src/test/modules/test_slru/test_slru.c
+++ b/
src/test/modules/test_slru/test_slru.c
@@
-20,7
+20,6
@@
#include "storage/fd.h"
#include "storage/ipc.h"
#include "storage/shmem.h"
-#include "storage/lwlock.h"
#include "utils/builtins.h"
PG_MODULE_MAGIC;