X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/25d6952dcf52e6ffc1e4a402af0e2d3c17ac3935..ebc355d0c96552d0bc2aa301d90723490337bca3:/include/xbt.h diff --git a/include/xbt.h b/include/xbt.h index 52a918980f..20815aad0f 100644 --- a/include/xbt.h +++ b/include/xbt.h @@ -1,17 +1,18 @@ -/* $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-2019. 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. */ -#ifndef xbt_H -#define xbt_H +#ifndef XBT_H +#define XBT_H #include #include +#include +#include #include #include @@ -20,10 +21,12 @@ #include #include -#include -#include -#include #include +#ifdef __cplusplus +#include +#endif + +#include -#endif /* xbt_H */ +#endif /* XBT_H */