Rename C++ header files to .hpp
[lttng-tools.git] / src / common / filter / filter-visitor-xml.cpp
index eb12452a60d0918f08d9264a7aac39b0b6944dac..5b531a28979ad7a09eb788fdf55b47d62493cbd8 100644 (file)
 #include <string.h>
 #include <stdlib.h>
 #include <inttypes.h>
-#include "filter-ast.h"
+#include "filter-ast.hpp"
 #include "filter-parser.hpp"
 
-#include <common/compat/errno.h>
-#include <common/macros.h>
+#include <common/compat/errno.hpp>
+#include <common/macros.hpp>
 
 #define fprintf_dbg(fd, fmt, args...)  fprintf(fd, "%s: " fmt, __func__, ## args)
 
This page took 0.023243 seconds and 4 git commands to generate.