Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng / commands / load.cpp
index cdc3905168a7b12ee37c8f34f99d88364c4315ff..2ab005f2a3a029546a370e8141e0cf1af9c3531f 100644 (file)
 #include <stdlib.h>
 #include <string.h>
 
-#include <common/mi-lttng.h>
-#include <common/config/session-config.h>
+#include <common/mi-lttng.hpp>
+#include <common/config/session-config.hpp>
 #include <lttng/lttng.h>
 
-#include "../command.h"
+#include "../command.hpp"
 
 static char *the_opt_input_path;
 static char *the_opt_override_url;
This page took 0.022702 seconds and 4 git commands to generate.