From 7b10de9bf6c68575ca0374c70d4505417227d51e Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Thu, 16 Mar 2017 21:09:01 +0100 Subject: [PATCH 1/1] Revert "was a bit too eager" This reverts commit 7f612efc1f653e5196a759484c36973a232cf925. --- src/xbt/xbt_replay.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/xbt/xbt_replay.cpp b/src/xbt/xbt_replay.cpp index 0afc5af975..dcb97ce69d 100644 --- a/src/xbt/xbt_replay.cpp +++ b/src/xbt/xbt_replay.cpp @@ -3,16 +3,12 @@ /* 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 "src/internal_config.h" + #include "xbt/ex.hpp" #include "xbt/log.h" #include "xbt/replay.hpp" -#include "xbt/str.h" #include -#include -#include -#include XBT_LOG_NEW_DEFAULT_SUBCATEGORY(replay,xbt,"Replay trace reader"); -- 2.20.1