From: Frederic Suter Date: Fri, 17 Feb 2017 15:45:24 +0000 (+0100) Subject: forgot one include X-Git-Tag: v3_15~332 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d6d15fab29caf0608cc43bffc3fa8f16baf6e638?ds=sidebyside forgot one include --- diff --git a/src/simix/popping.cpp b/src/simix/popping.cpp index ccbc8d8c21..1314c04c7e 100644 --- a/src/simix/popping.cpp +++ b/src/simix/popping.cpp @@ -5,7 +5,6 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "smx_private.h" -#include "xbt/fifo.h" #include "xbt/xbt_os_thread.h" #if HAVE_MC #include "src/mc/mc_private.h"