X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/13fcf118a0aa6eb2c46a8a1a29b8aa586302374f..48eda6a2033423e980783b6e40bc35824808bb9a:/include/xbt.h diff --git a/include/xbt.h b/include/xbt.h index 8be0e35e68..1893481e94 100644 --- a/include/xbt.h +++ b/include/xbt.h @@ -1,8 +1,6 @@ -/* $Id$ */ +/* xbt.h - Public interface to the xbt (SimGrid's toolbox) */ -/* xbt.h - Public interface to the xbt (gras's toolbox) */ - -/* Copyright (c) 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2004-2012. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -12,19 +10,27 @@ #include #include +#include +#include -#include #include #include #include +#include #include #include #include #include #include +#include +#include +#include #include +#include + +#include -#endif /* xbt_H */ +#endif /* xbt_H */