]> git.decadent.org.uk Git - ion3.git/blob - ioncore/common.h
61bd5df16ab897abc7be800d9d4e778ae98d328e
[ion3.git] / ioncore / common.h
1 /*
2  * ion/ioncore/common.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2007. 
5  *
6  * Ion is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU Lesser General Public License as published by
8  * the Free Software Foundation; either version 2.1 of the License, or
9  * (at your option) any later version.
10  */
11
12 #ifndef ION_IONCORE_COMMON_H
13 #define ION_IONCORE_COMMON_H
14
15 #include <X11/Xlib.h>
16 #include <X11/Xutil.h>
17
18 #include <libtu/types.h>
19 #include <libtu/output.h>
20 #include <libtu/misc.h>
21 #include <libtu/dlist.h>
22 #include <libtu/obj.h>
23 #include <libtu/locale.h>
24 #include <libtu/debug.h>
25
26 #include <libextl/extl.h>
27
28 #include "../config.h"
29 #include "classes.h"
30
31 #endif /* ION_IONCORE_COMMON_H */