Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng / commands / disable_channels.cpp
index cf9f20bb6d3fd2a539651c6c08d6a09699ca68c5..df9eb13fac04a52f8334efbedab5ae2f38cd73b6 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 <lttng/domain-internal.h>
+#include <common/mi-lttng.hpp>
+#include <lttng/domain-internal.hpp>
 
-#include "../command.h"
+#include "../command.hpp"
 
 static char *opt_channels;
 static int opt_kernel;
This page took 0.023606 seconds and 4 git commands to generate.