Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng / commands / view.cpp
index a2623fe49e0ccb66b4baecbf1f27552d22ffad43..1bf2648714193fd9270c57ef30931224c759ed09 100644 (file)
@@ -14,8 +14,8 @@
 #include <sys/types.h>
 #include <unistd.h>
 
-#include <common/spawn-viewer.h>
-#include "../command.h"
+#include <common/spawn-viewer.hpp>
+#include "../command.hpp"
 
 static char *opt_session_name;
 static char *opt_viewer;
This page took 0.022961 seconds and 4 git commands to generate.