Remove bogus #include added by d4e71df6d75.

Thomas Munro <tmunro@postgresql.org>

Commit: 828e93a6f2dbf4bc7a24bc3ce166c34879eeb8b1
Author: Thomas Munro <tmunro@postgresql.org>
Date: 2023-04-25T22:43:53Z
Releases: 16.0
Remove bogus #include added by d4e71df6d75.

The recently added inclusion of guc.h in smgr.h is not necessary and
introduces more server-related stuff. Removing the directive helps
avoid potential issues with including sgmr.h in frontends.

Author: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Discussion: https://postgr.es/m/20230425.115748.2130383825066921512.horikyota.ntt%40gmail.com

Files

PathChange+/−
src/include/storage/smgr.h modified +0 −1

Discussion