diff options
Diffstat (limited to 'src/backend/access/table/toast_helper.c')
-rw-r--r-- | src/backend/access/table/toast_helper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/access/table/toast_helper.c b/src/backend/access/table/toast_helper.c index 3bcde2ca1ba..53224932f0d 100644 --- a/src/backend/access/table/toast_helper.c +++ b/src/backend/access/table/toast_helper.c @@ -15,7 +15,6 @@ #include "postgres.h" #include "access/detoast.h" -#include "access/table.h" #include "access/toast_helper.h" #include "access/toast_internals.h" #include "catalog/pg_type_d.h" |