Add missing identification comment, remove entirely inappropriate include
authorTom Lane
Sun, 13 Mar 2005 23:32:26 +0000 (23:32 +0000)
committerTom Lane
Sun, 13 Mar 2005 23:32:26 +0000 (23:32 +0000)
of postgres.h.

src/include/postmaster/fork_process.h

index 945de3667115fc5dce49c61d83e343bc4c59c596..c089630034df6d8daff9a94265eafffcc32587aa 100644 (file)
@@ -1,8 +1,17 @@
+/*-------------------------------------------------------------------------
+ *
+ * fork_process.h
+ *   Exports from postmaster/fork_process.c.
+ *
+ * Copyright (c) 1996-2005, PostgreSQL Global Development Group
+ *
+ * $PostgreSQL: pgsql/src/include/postmaster/fork_process.h,v 1.2 2005/03/13 23:32:26 tgl Exp $
+ *
+ *-------------------------------------------------------------------------
+ */
 #ifndef FORK_PROCESS_H
 #define FORK_PROCESS_H
 
-#include "postgres.h"
-
 extern pid_t fork_process(void);
 
-#endif /* FORK_PROCESS_H */
+#endif /* FORK_PROCESS_H */