X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f1068773bda2a9c50385808a643a04e4a1fc2c7a..85745e7eca5b947c62d42752c324b6320fd14998:/include/gras.h diff --git a/include/gras.h b/include/gras.h index 347e1da9b9..17dffb2d82 100644 --- a/include/gras.h +++ b/include/gras.h @@ -2,29 +2,24 @@ /* gras.h - Public interface to the GRAS */ -/* Authors: Martin Quinson */ -/* Copyright (C) 2003 the OURAGAN project. */ +/* Copyright (c) 2003, 2004 Martin Quinson. 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. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef GRAS_H #define GRAS_H -#include /* our toolbox */ +#include /* our toolbox */ #include /* FIXME: killme */ #include #include -#include +#include #include #include #include - -/* FIXME: This is amok */ - -#include -#include +#include #endif /* GRAS_H */