Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng / uprobe.cpp
index 21b5e90e6b2bcc60173ab9954ac03c84084e3785..07ac5d5fa5ab6d9d30fadf31f8492455f9f689b8 100644 (file)
@@ -5,19 +5,19 @@
  *
  */
 
-#include "uprobe.h"
+#include "uprobe.hpp"
 
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
 
-#include "common/compat/getenv.h"
-#include "common/string-utils/string-utils.h"
-#include "common/utils.h"
-#include "common/path.h"
+#include "common/compat/getenv.hpp"
+#include "common/string-utils/string-utils.hpp"
+#include "common/utils.hpp"
+#include "common/path.hpp"
 #include "lttng/constant.h"
 
-#include "command.h"
+#include "command.hpp"
 
 /*
  * Walk the directories in the PATH environment variable to find the target
This page took 0.023897 seconds and 4 git commands to generate.