Rename C++ header files to .hpp
[lttng-tools.git] / tests / utils / testapp / userspace-probe-elf-cxx-binary / userspace-probe-elf-cxx-binary.cpp
index 2e169c8fc4fc466d04ee70f0eb479250639d3924..544628ff9deee18bdf9e45d4c65f1745277e593c 100644 (file)
@@ -5,7 +5,7 @@
  *
  */
 
-#include "test_class.h"
+#include "test_class.hpp"
 
 volatile int not_a_function = 0;
 
This page took 0.023829 seconds and 4 git commands to generate.