Rename C++ header files to .hpp
[lttng-tools.git] / src / common / filter / filter-visitor-ir-validate-globbing.cpp
index 8f9c785c49b231925822581fe3019e4ca8212467..718098a433403bea810158b9e8b5b2fe27ca030a 100644 (file)
 #include <stdlib.h>
 #include <inttypes.h>
 
-#include <common/compat/errno.h>
-#include <common/macros.h>
+#include <common/compat/errno.hpp>
+#include <common/macros.hpp>
 
-#include "filter-ast.h"
+#include "filter-ast.hpp"
 #include "filter-parser.hpp"
-#include "filter-ir.h"
+#include "filter-ir.hpp"
 
 static
 int validate_globbing(struct ir_op *node)
This page took 0.023141 seconds and 4 git commands to generate.