X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Fctf%2Fcommon%2Fmetadata%2Fctf-meta-update-default-clock-classes.cpp;h=106d6628f4ca183890227d76c675efa1832de201;hb=c802cacb9f0879a42e01575595a75bbefe7d3db9;hp=a59d854e649d7dd06c21afcd1b46a12a80b51abb;hpb=145eca9d9f8caf8c3c084ec82b43dc1ee52870d2;p=babeltrace.git diff --git a/src/plugins/ctf/common/metadata/ctf-meta-update-default-clock-classes.cpp b/src/plugins/ctf/common/metadata/ctf-meta-update-default-clock-classes.cpp index a59d854e..106d6628 100644 --- a/src/plugins/ctf/common/metadata/ctf-meta-update-default-clock-classes.cpp +++ b/src/plugins/ctf/common/metadata/ctf-meta-update-default-clock-classes.cpp @@ -4,22 +4,24 @@ * Copyright 2018 Philippe Proulx */ +#include +#include +#include +#include + +#include + #define BT_COMP_LOG_SELF_COMP (log_cfg->self_comp) #define BT_COMP_LOG_SELF_COMP_CLASS (log_cfg->self_comp_class) #define BT_LOG_OUTPUT_LEVEL (log_cfg->log_level) #define BT_LOG_TAG "PLUGIN/CTF/META/UPDATE-DEF-CC" +#include "logging.hpp" #include "logging/comp-logging.h" -#include -#include "common/macros.h" #include "common/assert.h" -#include -#include -#include -#include +#include "common/macros.h" #include "ctf-meta-visitors.hpp" -#include "logging.hpp" static inline int find_mapped_clock_class(struct ctf_field_class *fc, struct ctf_clock_class **clock_class,