/** * atheme.h: Includes most headers usually needed. * * Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team * Rights to this code are as documented in COPYING. * * * Portions of this file were derived from sources bearing the following license: * Copyright © 2003-2004 E. Will et al. * Rights to this code are documented in doc/pod/license.pod. * * $Id: atheme.h,v 1.9 2007/09/16 18:54:42 pippijn Exp $ */ #ifndef ATHEME_H #define ATHEME_H #define E extern #define DLE #include "svsconfig.h" #include "stdinc.h" #include "i18n.h" #include "forwards.h" #include "common.h" #include "dlink.h" #include "object.h" #include "event.h" #include "privs.h" #include "atheme_string.h" #include #include "table.h" #include "channels.h" #include "md5.h" #include "match.h" #include "account.h" #include "tools.h" #include "logger.h" #include "global.h" #include "flags.h" #include "phandler.h" #include "servtree.h" #include "services.h" #include "commandtree.h" #include "users.h" #include "sourceinfo.h" #endif /* ATHEME_H */