1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +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

@ -22,7 +22,6 @@
*/
#include "postgres.h"
#include "access/heapam.h"
#include "access/htup_details.h"
#include "catalog/dependency.h"
#include "catalog/indexing.h"