Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move simgrid::surf::Link declaration with its friends in forward.h
[simgrid.git] / include / simgrid / link.h
index 644ab7d..322d8b1 100644 (file)
@@ -9,14 +9,7 @@
 #ifndef INCLUDE_SIMGRID_LINK_H_
 #define INCLUDE_SIMGRID_LINK_H_
 
-
-#ifdef __cplusplus
-class Link;
-#else
-typedef struct Link Link;
-#endif
-
-
+#include <simgrid/forward.h>
 
 /* C interface */
 SG_BEGIN_DECL()