Rename C++ header files to .hpp
[lttng-tools.git] / tests / utils / xml-utils / validate_xml.cpp
index 92f08f203221458b5c1dce0250ce9162fa34db58..b185161b5178b84ce9e80bb4c2a4cfd0027174bc 100644 (file)
@@ -25,9 +25,7 @@
 #include <libxml/parser.h>
 
 #include <lttng/lttng-error.h>
-#include <common/macros.h>
-
-#include <common/macros.h>
+#include <common/macros.hpp>
 
 struct validation_ctx {
        xmlSchemaParserCtxtPtr parser_ctx;
This page took 0.022497 seconds and 4 git commands to generate.