The .list command restores writing out to the listing file (applicable only if you are running SPASM with the -L switch). You can turn listing off via the .nolist directive.
#include "superhuge.inc"
;no listing output has been written for superhuge.inc
.list
;listing will now be on again for this file
#include "ginormous.asm"
.list