X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Fctf%2Fcommon%2Fbfcr%2Fbfcr.cpp;h=f59f65d0f2f076041982281a1fbd062a2351bcfc;hb=4b9e2e3d5986e17f1594c24dea430cb51a529360;hp=7014f10201b5a696d914958c93a89713091d8846;hpb=d50d46f31cc000f03601eeaf8a0806a0c183c1d0;p=babeltrace.git diff --git a/src/plugins/ctf/common/bfcr/bfcr.cpp b/src/plugins/ctf/common/bfcr/bfcr.cpp index 7014f102..f59f65d0 100644 --- a/src/plugins/ctf/common/bfcr/bfcr.cpp +++ b/src/plugins/ctf/common/bfcr/bfcr.cpp @@ -7,27 +7,26 @@ * Babeltrace - CTF binary field class reader (BFCR) */ +#include +#include +#include +#include +#include + +#include + #define BT_COMP_LOG_SELF_COMP (bfcr->self_comp) #define BT_LOG_OUTPUT_LEVEL (bfcr->log_level) #define BT_LOG_TAG "PLUGIN/CTF/BFCR" #include "logging/comp-logging.h" -#include -#include -#include -#include -#include -#include +#include "common/align.h" #include "common/assert.h" -#include -#include "compat/bitfield.h" #include "common/common.h" -#include -#include "common/align.h" -#include +#include "compat/bitfield.h" -#include "bfcr.hpp" #include "../metadata/ctf-meta.hpp" +#include "bfcr.hpp" #define DIV8(_x) ((_x) >> 3) #define BYTES_TO_BITS(_x) ((_x) *8) @@ -55,8 +54,6 @@ struct stack_entry int64_t index; }; -struct bt_bfcr; - /* Visit stack */ struct stack {