Rename C++ header files to .hpp
[lttng-tools.git] / src / common / filter / filter-visitor-ir-check-binary-op-nesting.cpp
index 290ea0367aa80d4742862abac7ec01cb5939d4cf..9c3dd76737f64f57e3d1a5a5aea34768d4190c54 100644 (file)
 #include <string.h>
 #include <stdlib.h>
 #include <inttypes.h>
-#include "filter-ast.h"
+#include "filter-ast.hpp"
 #include "filter-parser.hpp"
-#include "filter-ir.h"
+#include "filter-ir.hpp"
 
-#include <common/compat/errno.h>
-#include <common/macros.h>
+#include <common/compat/errno.hpp>
+#include <common/macros.hpp>
 
 static
 int check_bin_op_nesting_recursive(struct ir_op *node, int nesting)
This page took 0.023567 seconds and 4 git commands to generate.