Rename C++ header files to .hpp
[lttng-tools.git] / tests / utils / xml-utils / extract_xml.cpp
index 011f38f4a65c17d36464ffc4697864c66410fc05..9bfd50bda83d8e8ed829e2a7277eef2ae419cc28 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014 Jonathan Rajotte <jonathan.r.julien@gmail.com>
+ * Copyright (C) 2014 EfficiOS Inc.
  *
  * SPDX-License-Identifier: GPL-2.0-only
  *
@@ -34,7 +34,7 @@
 #include <libxml/parser.h>
 #include <libxml/xpath.h>
 #include <libxml/xpathInternals.h>
-#include <common/defaults.h>
+#include <common/defaults.hpp>
 
 #if defined(LIBXML_XPATH_ENABLED)
 
This page took 0.022811 seconds and 4 git commands to generate.