X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Ffilter%2Ffilter-visitor-generate-bytecode.cpp;h=d7f775775530d39923c6f919988691a3425a4e3f;hp=c7e1be782666f7f0fdf292d57564ea2cdda91688;hb=c9e313bc594f40a86eed237dce222c0fc99c957f;hpb=4878de5c7deb512bbdac4fdfc498907efa06fb7c diff --git a/src/common/filter/filter-visitor-generate-bytecode.cpp b/src/common/filter/filter-visitor-generate-bytecode.cpp index c7e1be782..d7f775775 100644 --- a/src/common/filter/filter-visitor-generate-bytecode.cpp +++ b/src/common/filter/filter-visitor-generate-bytecode.cpp @@ -11,17 +11,17 @@ #include #include -#include -#include -#include - -#include "common/align.h" -#include "common/bytecode/bytecode.h" -#include "common/compat/string.h" -#include "common/macros.h" -#include "common/string-utils/string-utils.h" -#include "filter-ast.h" -#include "filter-ir.h" +#include +#include +#include + +#include "common/align.hpp" +#include "common/bytecode/bytecode.hpp" +#include "common/compat/string.hpp" +#include "common/macros.hpp" +#include "common/string-utils/string-utils.hpp" +#include "filter-ast.hpp" +#include "filter-ir.hpp" #ifndef max_t #define max_t(type, a, b) ((type) ((a) > (b) ? (a) : (b)))