Rename C++ header files to .hpp
[lttng-tools.git] / src / common / testpoint / testpoint.cpp
index c70245894e347dc27f9a9b20128d655db4f663f4..4dfeadd81eb9aad643d31b5200f0d59e38e5e921 100644 (file)
@@ -12,7 +12,7 @@
 #include <stdlib.h> /* for getenv  */
 #include <string.h> /* for strncmp */
 
-#include "testpoint.h"
+#include "testpoint.hpp"
 
 /* Environment variable used to enable the testpoints facilities. */
 static const char *lttng_testpoint_env_var = "LTTNG_TESTPOINT_ENABLE";
This page took 0.023323 seconds and 4 git commands to generate.