Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove some useless #includes
[simgrid.git] / src / surf / surf_interface.hpp
index a8e1ea8..9372970 100644 (file)
@@ -7,8 +7,6 @@
 #define SURF_MODEL_H_
 
 #include <xbt.h>
-#include <string>
-#include <vector>
 #include <memory>
 #include <utility>
 
@@ -139,9 +137,9 @@ public:
   /** @brief Mark that the action is now finished */
   void finish();
 
-  /** @brief Get the [state](\ref e_surf_action_state_t) of the current Action */
+  /** @brief Get the [state](\ref simgrid::surf::Action::State) of the current Action */
   Action::State getState(); /**< get the state*/
-  /** @brief Set the [state](\ref e_surf_action_state_t) of the current Action */
+  /** @brief Set the [state](\ref simgrid::surf::Action::State) of the current Action */
   virtual void setState(Action::State state);
 
   /** @brief Get the bound of the current Action */