Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce the amount of loaded headers
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 2 Jul 2005 14:38:46 +0000 (14:38 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 2 Jul 2005 14:38:46 +0000 (14:38 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1547 48e7efb5-ca39-0410-a469-dd3cf9ba447f

tools/gras/stub_generator.c

index 76ec949..f6445cf 100644 (file)
@@ -8,10 +8,7 @@
 /* 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"xbt/sysdep.h"
-#include"xbt/dict.h"
-#include"xbt/dynar.h"
-#include"xbt/error.h"
+#include "xbt/sysdep.h"
 #include "surf/surf_parse.h"
 #include "surf/surf.h"