X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b5dd72a23cf8e0dcc7cb4c3a3b9e12c45aae766b..d20f024dba9ff1e9c8822237caaf963b9e913889:/teshsuite/surf/lmm_usage/lmm_usage.cpp diff --git a/teshsuite/surf/lmm_usage/lmm_usage.cpp b/teshsuite/surf/lmm_usage/lmm_usage.cpp index ce8eac5e71..3a57290ef4 100644 --- a/teshsuite/surf/lmm_usage/lmm_usage.cpp +++ b/teshsuite/surf/lmm_usage/lmm_usage.cpp @@ -1,6 +1,6 @@ /* A few tests for the maxmin library */ -/* Copyright (c) 2007-2015. The SimGrid Team. +/* Copyright (c) 2007-2017. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -8,11 +8,11 @@ #include "simgrid/msg.h" #include "src/surf/surf_interface.hpp" -#include "surf/maxmin.h" +#include "surf/maxmin.hpp" #include "xbt/log.h" #include "xbt/module.h" #include "xbt/sysdep.h" -#include +#include XBT_LOG_NEW_DEFAULT_CATEGORY(surf_test, "Messages specific for surf example");