X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Fctf%2Fcommon%2Fmetadata%2Fctf-meta-update-default-clock-classes.cpp;h=ab10dd4fa173a31a8d8571c0da3edd0743bff692;hb=c7e1be4b771715840b4bc3d635f72eeaf1d2e984;hp=106d6628f4ca183890227d76c675efa1832de201;hpb=f38da6ca0cd474d9451c24b8de2e926c8578817f;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 106d6628..ab10dd4f 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,14 @@ * 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 "common/assert.h" -#include "common/macros.h" #include "ctf-meta-visitors.hpp"