Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng / commands / version.cpp
index ccc7f6633d7e4a318e7aae6a4f3eb926b1295463..e4aed95ad8ac3ad442442240098598c9e05ffe95 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/mi-lttng.h>
+#include <common/mi-lttng.hpp>
 
-#include "../command.h"
-#include "version.h"
+#include "../command.hpp"
+#include "version.hpp"
 
 #ifdef LTTNG_EMBED_HELP
 static const char help_msg[] =
This page took 0.024166 seconds and 4 git commands to generate.