Rename C++ header files to .hpp
[lttng-tools.git] / src / common / filter / filter-visitor-ir-validate-string.cpp
index 0c18f98bc7b25959eeb98b71d12d4bf040484933..9e060ce2b64e4fe77817c0af71fe76e150be308a 100644 (file)
 #include <stdlib.h>
 #include <inttypes.h>
 
-#include <common/macros.h>
-#include <common/compat/errno.h>
+#include <common/macros.hpp>
+#include <common/compat/errno.hpp>
 
-#include "filter-ast.h"
+#include "filter-ast.hpp"
 #include "filter-parser.hpp"
-#include "filter-ir.h"
+#include "filter-ir.hpp"
 
 enum parse_char_result {
        PARSE_CHAR_UNKNOWN = -2,
This page took 0.023419 seconds and 4 git commands to generate.