From e7cc78ad43eb1a6ea43dbb46c83264d2d00e402c Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Mon, 21 Jan 2019 12:15:02 -0800 Subject: Remove superfluous tqual.h includes. Most of these had been obsoleted by 568d4138c / the SnapshotNow removal. This is is preparation for moving most of tqual.[ch] into either snapmgr.h or heapam.h, which in turn is in preparation for pluggable table AMs. Author: Andres Freund Discussion: https://postgr.es/m/20180703070645.wchpu5muyto5n647@alap3.anarazel.de --- src/include/utils/tqual.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/include/utils/tqual.h') diff --git a/src/include/utils/tqual.h b/src/include/utils/tqual.h index 9f597d9903c..e3c66fe113c 100644 --- a/src/include/utils/tqual.h +++ b/src/include/utils/tqual.h @@ -16,7 +16,6 @@ #define TQUAL_H #include "utils/snapshot.h" -#include "access/xlogdefs.h" /* Static variables representing various special snapshot semantics */ -- cgit v1.2.3