X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7bc01999f5003e51cc1d12f93647999a1a143f23..1dbdb7cb3a16885ab4749222c48f7bf83a7e0ef3:/src/mc/mc_record.h?ds=sidebyside diff --git a/src/mc/mc_record.h b/src/mc/mc_record.h index ec24b70d49..56a341008c 100644 --- a/src/mc/mc_record.h +++ b/src/mc/mc_record.h @@ -1,5 +1,4 @@ -/* Copyright (c) 2014-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2014-2017. The SimGrid Team. All rights reserved. */ /* 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. */ @@ -18,12 +17,10 @@ #ifndef SIMGRID_MC_RECORD_H #define SIMGRID_MC_RECORD_H -#include -#include - -#include - #include "src/mc/Transition.hpp" +#include "xbt/base.h" + +#include namespace simgrid { namespace mc {