you can put an @ in front. for example:
@include("myfile.txt");
this would include myfile.txt, if it can't find it no error will get printed.
I use the @ but only after I have debugged the code and made sure errors can only occur in situations out of my control. If you script is acting weird and you are not getting errors it is best to take them out again.