1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

Remove some unnecessary #includes.

Amit Langote
This commit is contained in:
Heikki Linnakangas
2016-10-10 12:22:58 +03:00
parent 52f0142eb4
commit 6fb12cbcd6
4 changed files with 0 additions and 4 deletions

View File

@ -14,7 +14,6 @@
*/
#include "postgres.h"
#include "access/heapam.h"
#include "catalog/namespace.h"
#include "catalog/pg_inherits_fn.h"
#include "commands/lockcmds.h"