The best method is to have all include files only define classes, constants, functions and variables, rather than actually executing any code.
Then you will have no security problem even if someone does decide to execute your include files in a standalone fashion.
The security problems from includes being executed standalone mostly used to come from register_globals.
Mark