projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c0c49f
)
Remove unneeded #include
author
Heikki Linnakangas
Sat, 5 Oct 2024 12:09:32 +0000
(15:09 +0300)
committer
Heikki Linnakangas
Sat, 5 Oct 2024 12:09:32 +0000
(15:09 +0300)
Unneeded since commit
d72731a704
.
Discussion: https://www.postgresql.org/message-id/
391abe21
-413e-4d91-a650-
b663af49500c
@iki.fi
src/include/storage/buf_internals.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/storage/buf_internals.h
b/src/include/storage/buf_internals.h
index f190e6e5e462b0f5c6d54e8105cd9272ce2e74ab..eda6c6992128a98c16fcd1ea70327a5aa1b8a44c 100644
(file)
--- a/
src/include/storage/buf_internals.h
+++ b/
src/include/storage/buf_internals.h
@@
-20,7
+20,6
@@
#include "storage/buf.h"
#include "storage/bufmgr.h"
#include "storage/condition_variable.h"
-#include "storage/latch.h"
#include "storage/lwlock.h"
#include "storage/shmem.h"
#include "storage/smgr.h"