X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/73def24a2f85941f5f0fe550e73bcb686583a7a6..b784c77ac5599c578f0ff00d6102222b286b0833:/testsuite/surf/trace_usage.c diff --git a/testsuite/surf/trace_usage.c b/testsuite/surf/trace_usage.c index 95514f5458..b41a6670a2 100644 --- a/testsuite/surf/trace_usage.c +++ b/testsuite/surf/trace_usage.c @@ -1,6 +1,6 @@ /* A few tests for the trace library */ -/* Copyright (c) 2004, 2005, 2006, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2006, 2009-2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -9,13 +9,15 @@ #pragma hdrstop #endif -#include -#include -#include #include "surf/trace_mgr.h" #include "surf/surf.h" #include "xbt/log.h" + +#include +#include +#include + XBT_LOG_NEW_DEFAULT_CATEGORY(surf_test, "Messages specific for surf example");