Rename C++ header files to .hpp
[lttng-tools.git] / tests / utils / testapp / userspace-probe-elf-cxx-binary / test_class.cpp
index 83bde0b205bd1e8eb8ffc69ab63f09db1155b42f..05a20c7a188466471b8a39370178b295eaa122da 100644 (file)
@@ -5,7 +5,7 @@
  *
  */
 
-#include "test_class.h"
+#include "test_class.hpp"
 test_class::test_class() {
        test_member = 1;
 }
This page took 0.023835 seconds and 4 git commands to generate.