Commit 22c734fc authored by Alvaro Herrera's avatar Alvaro Herrera

Remove execdesc.h inclusion from tcopprot.h

parent 4394fe3d
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
#include "postgres.h" #include "postgres.h"
#include "access/htup_details.h" #include "access/htup_details.h"
#include "access/heapam.h"
#include "access/xact.h" #include "access/xact.h"
#include "catalog/catalog.h" #include "catalog/catalog.h"
#include "catalog/dependency.h" #include "catalog/dependency.h"
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#include "miscadmin.h" #include "miscadmin.h"
#include "storage/latch.h" #include "storage/latch.h"
#include "storage/ipc.h" #include "storage/ipc.h"
#include "storage/shmem.h"
#include "storage/sinval.h" #include "storage/sinval.h"
#include "tcop/tcopprot.h" #include "tcop/tcopprot.h"
......
...@@ -19,8 +19,9 @@ ...@@ -19,8 +19,9 @@
#ifndef TCOPPROT_H #ifndef TCOPPROT_H
#define TCOPPROT_H #define TCOPPROT_H
#include "executor/execdesc.h" #include "nodes/params.h"
#include "nodes/parsenodes.h" #include "nodes/parsenodes.h"
#include "nodes/plannodes.h"
#include "storage/procsignal.h" #include "storage/procsignal.h"
#include "utils/guc.h" #include "utils/guc.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment