Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill old $Id$ command dating from CVS
[simgrid.git] / include / gras.h
index 6563a7a..1c261a9 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* gras.h - Public interface to the GRAS                                    */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
@@ -10,8 +8,8 @@
 #ifndef GRAS_H
 #define GRAS_H
 
-#include <xbt.h> /* our toolbox */
-#include <xbt/ex.h> /* There's a whole bunch of exception handling in GRAS */
+#include <xbt.h>                /* our toolbox */
+#include <xbt/ex.h>             /* There's a whole bunch of exception handling in GRAS */
 
 #include <gras/process.h>
 #include <gras/module.h>