X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/06714af6cf96f9d15335d9c0a64ca44d3a80cc5a..6aac8bb90869cf0dccc9caf03be425af62ee2813:/src/surf/surf_routing_rulebased.c diff --git a/src/surf/surf_routing_rulebased.c b/src/surf/surf_routing_rulebased.c index fad6426864..8a57a5d0b7 100644 --- a/src/surf/surf_routing_rulebased.c +++ b/src/surf/surf_routing_rulebased.c @@ -4,8 +4,6 @@ /* 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 "surf_routing_private.h" - -#ifdef HAVE_PCRE_LIB #include /* regular expression library */ /* Global vars */ @@ -436,5 +434,3 @@ void model_rulebased_unload(void) void model_rulebased_end(void) { } - -#endif /* HAVE_PCRE_LIB */