1 #ifndef INTUITION_PREFERENCES_H
    2 #define INTUITION_PREFERENCES_H
    3 
    4 /*
    5 	intuition old-style prefs definitions
    6 
    7 	Copyright © 2002-2008 The MorphOS Development Team, All Rights Reserved.
    8 */
    9 
   10 #ifndef EXEC_TYPES_H
   11 # include <exec/types.h>
   12 #endif
   13 
   14 #ifndef DEVICES_TIMER_H
   15 # include <devices/timer.h>
   16 #endif
   17 
   18 #ifndef INTUITION_IOBSOLETE_H
   19 # include <intuition/iobsolete.h>
   20 #endif
   21 
   22 #endif /* INTUITION_PREFERENCES_H */