I'd recommend using get_included_files
- as Pascal says you're either looking at the wrong file somehow or this function is already defined in a file that's been included.
require_once
is also useful if the file you're attempting to include is essential.