Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
module X [system] { header "X.h" // imports Y export * } module Y { header "Y.h" export * } module Z { header "Z.h" // imports Y export * }