Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Initiate win32 cross-port
[simgrid.git] / src / gras / Transport / rl_transport.c
index da21e4d..61331b5 100644 (file)
@@ -7,17 +7,11 @@
 /* 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. */
 
 /* 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 <errno.h>
-#include <sys/time.h> /* struct timeval */
-#include <sys/types.h>
-#include <sys/socket.h>
-
+#include "portable.h"
 #include "gras/Transport/transport_private.h"
 XBT_LOG_EXTERNAL_CATEGORY(transport);
 XBT_LOG_DEFAULT_CATEGORY(transport);
 
 #include "gras/Transport/transport_private.h"
 XBT_LOG_EXTERNAL_CATEGORY(transport);
 XBT_LOG_DEFAULT_CATEGORY(transport);
 
-
-
 /**
  * gras_trp_select:
  *
 /**
  * gras_trp_select:
  *