diff options
author | Tom Lane | 2019-01-10 18:38:02 +0000 |
---|---|---|
committer | Tom Lane | 2019-01-10 18:38:02 +0000 |
commit | a968d54c5df196e06305c1efa731657f9536ec7a (patch) | |
tree | 82853bac5e7664b041ff7eb811dffeddfc985469 /src | |
parent | b60c39759908bb2a2dbcfc108ec19bdbdcc278e8 (diff) |
Remove unnecessary #include.
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src')
-rw-r--r-- | src/include/optimizer/appendinfo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/optimizer/appendinfo.h b/src/include/optimizer/appendinfo.h index 2348c9c13a7..16705da7806 100644 --- a/src/include/optimizer/appendinfo.h +++ b/src/include/optimizer/appendinfo.h @@ -14,7 +14,6 @@ #ifndef APPENDINFO_H #define APPENDINFO_H -#include "nodes/plannodes.h" #include "nodes/relation.h" #include "utils/relcache.h" |