提交 79c6c87f 编写于 作者: D Daniel Gustafsson

Remove unnecessary pg_config.h includes

pg_config.h is already included via c.h from postgres.h, individual
files in the backend should not include it separately (especially
not for improved editor support as some comments alluded to).
上级 95382331
......@@ -38,7 +38,6 @@
#include "cdb/cdbdispatchresult.h"
#include "cdb/cdbtm.h"
#include "cdb/cdbutil.h"
#include "pg_config.h"
/*
* GUC variables
......
......@@ -13,7 +13,6 @@
*-------------------------------------------------------------------------
*/
#include "postgres.h"
#include "pg_config.h" /* Adding this helps eclipse see that USE_SNMP is set */
#include <fcntl.h>
#include <signal.h>
......
......@@ -13,7 +13,6 @@
*-------------------------------------------------------------------------
*/
#include "postgres.h"
#include "pg_config.h" /* Adding this helps eclipse see that USE_SNMP is set */
#include <fcntl.h>
#include <signal.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册