Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove gras_config.h include.
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 18 Jun 2010 16:01:40 +0000 (16:01 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 18 Jun 2010 16:01:40 +0000 (16:01 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7908 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/xbt/log.h
include/xbt/misc.h

index 09f539f..5bba6f6 100644 (file)
@@ -34,7 +34,6 @@
 #define _XBT_LOG_H_
 
 #include "xbt/misc.h"
-#include "gras_config.h"
 
 #include <stdarg.h>
 SG_BEGIN_DECL()
index 7a5ea89..a5f1e2a 100644 (file)
@@ -6,8 +6,6 @@
 /* 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_config.h"
-
 #ifndef XBT_MISC_H
 #define XBT_MISC_H