aboutsummaryrefslogtreecommitdiff
path: root/src/include/postmaster/auxprocess.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/postmaster/auxprocess.h')
-rw-r--r--src/include/postmaster/auxprocess.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/postmaster/auxprocess.h b/src/include/postmaster/auxprocess.h
index 3e443edde70..4e80b1cfec7 100644
--- a/src/include/postmaster/auxprocess.h
+++ b/src/include/postmaster/auxprocess.h
@@ -13,8 +13,6 @@
#ifndef AUXPROCESS_H
#define AUXPROCESS_H
-#include "miscadmin.h"
-
-extern void AuxiliaryProcessMain(BackendType auxtype) pg_attribute_noreturn();
+extern void AuxiliaryProcessMainCommon(void);
#endif /* AUXPROCESS_H */