Skip to content
Snippets Groups Projects
Commit 278bd0cc authored by Tom Lane's avatar Tom Lane
Browse files

For some reason access/tupmacs.h has been #including utils/memutils.h,

which is neither needed by nor related to that header.  Remove the bogus
inclusion and instead include the header in those C files that actually
need it.  Also fix unnecessary inclusions and bad inclusion order in
tsearch2 files.
parent 4eec2f24
No related branches found
No related tags found
No related merge requests found
Showing
with 44 additions and 58 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment