X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fplugins%2Fctf%2Fcommon%2Fmetadata%2Fctf-meta-resolve.cpp;h=1f7ffe57c388d0930db9fdc843731c15980e8c17;hb=507d9140a9f7fba601a53b9ae210f82e8cc3f041;hp=293ee4a553c4042d081d0c0bf88caba8a361ee98;hpb=e18a6ca2cd80b5983cedb63054b2c5c0fe5e4478;p=babeltrace.git diff --git a/src/plugins/ctf/common/metadata/ctf-meta-resolve.cpp b/src/plugins/ctf/common/metadata/ctf-meta-resolve.cpp index 293ee4a5..1f7ffe57 100644 --- a/src/plugins/ctf/common/metadata/ctf-meta-resolve.cpp +++ b/src/plugins/ctf/common/metadata/ctf-meta-resolve.cpp @@ -7,8 +7,6 @@ #include #include -#include -#include #include #include @@ -16,14 +14,13 @@ #define BT_COMP_LOG_SELF_COMP (ctx->self_comp) #define BT_COMP_LOG_SELF_COMP_CLASS (ctx->self_comp_class) -#define BT_LOG_OUTPUT_LEVEL (ctx->log_level) +#define BT_LOG_OUTPUT_LEVEL ((enum bt_log_level) ctx->log_level) #define BT_LOG_TAG "PLUGIN/CTF/META/RESOLVE" #include "logging.hpp" #include "logging/comp-logging.h" #include "common/assert.h" #include "common/common.h" -#include "common/macros.h" #include "ctf-meta-visitors.hpp"