X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a8cd62135619ad52e05ae1c929ef07e166e4260..8465282253954c58d16cb5dae9a5d064eada3329:/src/instr/instr_paje_types.c diff --git a/src/instr/instr_paje_types.c b/src/instr/instr_paje_types.c index c2c4c428e2..791fdf7e2b 100644 --- a/src/instr/instr_paje_types.c +++ b/src/instr/instr_paje_types.c @@ -1,11 +1,10 @@ -/* Copyright (c) 2012. 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_types, instr, "Paje tracing event system (types)"); @@ -195,5 +194,3 @@ type_t PJ_type_state_new (const char *name, type_t father) new_pajeDefineStateType(ret); return ret; } - -#endif