Common Trace Format 2 generation
[lttng-tools.git] / src / bin / lttng / uprobe.cpp
index 7a119ae61dea32fc4999f45cdba159cfa134c1fe..8f873852451d78920331c047b7bd49346c23cc74 100644 (file)
@@ -5,18 +5,18 @@
  *
  */
 
-#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/compat/getenv.hpp"
+#include "common/string-utils/string-utils.hpp"
+#include "common/utils.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.025253 seconds and 5 git commands to generate.