Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanup the resource::Action::State::IGNORED thing
[simgrid.git] / include / xbt / config.h
index 18d17ce..c111c50 100644 (file)
  */
 /** @brief Configuration set's data type is opaque. */
 #ifdef __cplusplus
-namespace simgrid {
-namespace config {
-class Config;
-}
-}
+#include <xbt/config.hpp>
 typedef simgrid::config::Config* xbt_cfg_t;
 #else
 typedef void* xbt_cfg_t;