You could sneakily buffer the include's output using ob_start() and drop it using ob_end_clean(). This works only if the script doesn't flush the output buffer itself.
The better way would be to extract the needed functions from the include, and put them into a separate file.