Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
We also need jni.h to compile (naturally) + move java checks to their own section
[simgrid.git] / include / xbt.h
1 /* $Id$ */
2
3 /* xbt.h - Public interface to the xbt (gras's toolbox)                   */
4
5 /* Copyright (c) 2004 Martin Quinson. All rights reserved.                  */
6
7 /* This program is free software; you can redistribute it and/or modify it
8  * under the terms of the license (GNU LGPL) which comes with this package. */
9
10 #ifndef xbt_H
11 #define xbt_H
12
13 #include <xbt/misc.h>
14 #include <xbt/sysdep.h>
15 #include <xbt/function_types.h>
16
17 #include <xbt/asserts.h>
18 #include <xbt/log.h>
19
20 #include <xbt/module.h>
21
22 #include <xbt/dynar.h>
23 #include <xbt/dict.h>
24 #include <xbt/set.h>
25 #include <xbt/swag.h>
26 #include <xbt/heap.h>
27
28 #include <xbt/peer.h>
29 #include <xbt/config.h>
30 #include <xbt/cunit.h>
31
32 #endif /* xbt_H */