Hi My program is split up into multiple files, each containing a set of related class definitions. In the main file, all these files are included by using require. But how can i avoid multiple inclusion of a file by mistake. Is there anything similar to C languages #ifndef ....... thanks suresh