As opposed to using an include, which executes the included php in the file...is it possible to save the contents of a php file to a variable - but with the php still intact and
Even though it is often purported to be evil, you could try using eval() along with get_file_contents()
get_file_contents()