Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng / commands / remove_trigger.cpp
index a84b552dfb1d3aab583ebac0fbe525f828c7f3dd..65b5e79a9b4b18b562e536772b87bfd4f94e0a89 100644 (file)
@@ -5,10 +5,10 @@
  *
  */
 
-#include "../command.h"
+#include "../command.hpp"
 #include "common/argpar/argpar.h"
-#include "common/argpar-utils/argpar-utils.h"
-#include "common/mi-lttng.h"
+#include "common/argpar-utils/argpar-utils.hpp"
+#include "common/mi-lttng.hpp"
 #include <lttng/lttng.h>
 #include <stdio.h>
 
This page took 0.022867 seconds and 4 git commands to generate.