diff options
Diffstat (limited to 'src/include/commands/copy.h')
-rw-r--r-- | src/include/commands/copy.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/commands/copy.h b/src/include/commands/copy.h index a31479defb5..06337e61149 100644 --- a/src/include/commands/copy.h +++ b/src/include/commands/copy.h @@ -15,8 +15,6 @@ #define COPY_H #include "nodes/execnodes.h" -#include "nodes/parsenodes.h" -#include "tcop/dest.h" /* CopyStateData is private in commands/copy.c */ typedef struct CopyStateData *CopyState; |