Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng / commands / start.cpp
index 7082e097dfa5a3dcc9f9f7b384d7bfbbd90b2ea2..4d2b40a5064f5977c900f6a9f014867801d97fff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 David Goulet <david.goulet@polymtl.ca>
+ * Copyright (C) 2011 EfficiOS Inc.
  *
  * SPDX-License-Identifier: GPL-2.0-only
  *
 #include <sys/types.h>
 #include <unistd.h>
 
-#include <common/sessiond-comm/sessiond-comm.h>
-#include <common/mi-lttng.h>
+#include <common/sessiond-comm/sessiond-comm.hpp>
+#include <common/mi-lttng.hpp>
 
-#include "../command.h"
+#include "../command.hpp"
 
 
 static char *opt_session_name;
This page took 0.023294 seconds and 4 git commands to generate.