X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a3a100990355eb757dc81106b5aac6daed0b8e1..5089a0a98b27f5eeee62321dff4f025f1648f025:/include/simgrid/instr.h diff --git a/include/simgrid/instr.h b/include/simgrid/instr.h index d36c6cec5f..211df9968c 100644 --- a/include/simgrid/instr.h +++ b/include/simgrid/instr.h @@ -1,5 +1,4 @@ -/* Copyright (c) 2010-2018. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2010-2019. 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. */ @@ -7,10 +6,9 @@ #ifndef INSTR_H_ #define INSTR_H_ -#include "xbt.h" -#include "simgrid/msg.h" +#include -SG_BEGIN_DECL() +SG_BEGIN_DECL /* Functions to manage tracing categories */ XBT_PUBLIC void TRACE_category(const char* category); @@ -82,6 +80,6 @@ XBT_PUBLIC void TRACE_host_pop_state(const char* host, const char* state); XBT_PUBLIC xbt_dynar_t TRACE_get_node_types(); XBT_PUBLIC xbt_dynar_t TRACE_get_edge_types(); -SG_END_DECL() +SG_END_DECL #endif /* INSTR_H_ */