Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add MSG_process_set_kill_time
[simgrid.git] / include / gras.h
index ef4358f..ba1cd5a 100644 (file)
@@ -1,8 +1,7 @@
-/* $Id$ */
-
 /* gras.h - Public interface to the GRAS                                    */
 
-/* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
+/* Copyright (c) 2004, 2005, 2006, 2007, 2009, 2010. 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. */
 #include <gras/emul.h>
 
 #include <gras/transport.h>
-#include <gras/datadesc.h>
 #include <gras/messages.h>
 #include <gras/timer.h>
 
 XBT_PUBLIC(void) gras_init(int *argc, char **argv);
 XBT_PUBLIC(void) gras_exit(void);
 
-#endif /* GRAS_H */
+#endif                          /* GRAS_H */