From: Martin Quinson Date: Sat, 23 Jun 2018 09:15:44 +0000 (+0200) Subject: fix mac builds X-Git-Tag: v3.20~8 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/55dc01b28906f5bbb804d879031206fb021fad16 fix mac builds --- diff --git a/src/mc/Type.hpp b/src/mc/Type.hpp index 3140c43e35..f94c5bad79 100644 --- a/src/mc/Type.hpp +++ b/src/mc/Type.hpp @@ -1,5 +1,4 @@ -/* Copyright (c) 2007-2018. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2007-2018. 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. */ @@ -15,8 +14,6 @@ #include "xbt/asserts.h" #include "xbt/base.h" -#include - #include "src/mc/mc_forward.hpp" #include "src/mc/LocationList.hpp"