X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d0ffc37686edcc803601f76ab51fdfed5fc2f241..8465282253954c58d16cb5dae9a5d064eada3329:/src/instr/instr_paje_values.c diff --git a/src/instr/instr_paje_values.c b/src/instr/instr_paje_values.c index a2e5748c63..31bf44d6d4 100644 --- a/src/instr/instr_paje_values.c +++ b/src/instr/instr_paje_values.c @@ -1,11 +1,10 @@ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. 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. */ -#include "instr/instr_private.h" + * under the terms of the license (GNU LGPL) which comes with this package. */ -#ifdef HAVE_TRACING +#include "instr/instr_private.h" XBT_LOG_NEW_DEFAULT_SUBCATEGORY (instr_paje_values, instr, "Paje tracing event system (values)"); @@ -70,6 +69,3 @@ void PJ_value_free (val_t value) xbt_free(((val_t)value)->id); xbt_free(value); } - - -#endif