From: Arnaud Giersch Date: Wed, 28 Mar 2018 15:50:49 +0000 (+0200) Subject: Kill unused typedef. X-Git-Tag: v3.20~601 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0152467306643146e97a6dc26d1e3b264f915d6f Kill unused typedef. --- diff --git a/src/surf/xml/platf_private.hpp b/src/surf/xml/platf_private.hpp index 895291d129..39b93d2490 100644 --- a/src/surf/xml/platf_private.hpp +++ b/src/surf/xml/platf_private.hpp @@ -11,6 +11,7 @@ #include "simgrid/host.h" #include "src/surf/xml/platf.hpp" +#include "src/surf/xml/simgrid_dtd.h" #include #include #include @@ -179,12 +180,6 @@ public: }}} extern "C" { -#include "src/surf/xml/simgrid_dtd.h" - -#ifndef YY_TYPEDEF_YY_SIZE_T -#define YY_TYPEDEF_YY_SIZE_T -typedef size_t yy_size_t; -#endif /********** Routing **********/ void routing_cluster_add_backbone(simgrid::surf::LinkImpl* bb);