freebsd-dev/usr.bin/calendar/calendars/calendar.world
Sean Chittenden 5a2d4ae2b9 Add the Space Shuttle Columbia incident to calendar.history. While here
move LOTR "history" events into their own calendar file.  Link
calendar.lotr into calendar.world to preserve visibility of this pre-trendy
gem in BSD.
2003-02-15 10:57:20 +00:00

20 lines
385 B
Plaintext

/*
* World wide calendar files, except national calendars
*
* $FreeBSD$
*/
#ifndef _calendar_world_
#define _calendar_world_
#include <calendar.birthday>
#include <calendar.christian>
#include <calendar.computer>
#include <calendar.history>
#include <calendar.lotr>
#include <calendar.holiday>
#include <calendar.judaic>
#include <calendar.music>
#endif /* !_calendar_world_ */