1 #ifndef LIBRARIES_FILEHANDLER_H
    2 #define LIBRARIES_FILEHANDLER_H
    3 
    4 /*
    5 	dos.library filehandler wrapper include
    6 
    7 	Copyright © 2002 The MorphOS Development Team, All Rights Reserved.
    8 */
    9 
   10 #ifndef DOS_FILEHANDLER_H
   11 # include <dos/filehandler.h>
   12 #endif
   13 
   14 
   15 #endif /* LIBRARIES_FILEHANDLER_H */