X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f1068773bda2a9c50385808a643a04e4a1fc2c7a..62f9057c5250b460384dd7d2e10d9b7bb2be3e5d:/include/gras.h diff --git a/include/gras.h b/include/gras.h index 347e1da9b9..e605f71af4 100644 --- a/include/gras.h +++ b/include/gras.h @@ -2,16 +2,15 @@ /* 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 @@ -22,9 +21,4 @@ #include #include -/* FIXME: This is amok */ - -#include -#include - #endif /* GRAS_H */