X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Futils.cpp;h=9a9f39bf2529b1cd6328f5052b73672715d12663;hb=c9e313bc594f40a86eed237dce222c0fc99c957f;hp=6440ca7dfc883db2bd282aeff098e4acaa910977;hpb=48a4000561343808724f7cb5fa8c131877489ccd;p=lttng-tools.git diff --git a/src/bin/lttng/utils.cpp b/src/bin/lttng/utils.cpp index 6440ca7df..9a9f39bf2 100644 --- a/src/bin/lttng/utils.cpp +++ b/src/bin/lttng/utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 David Goulet + * Copyright (C) 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * @@ -17,13 +17,13 @@ #include #include -#include -#include -#include +#include +#include +#include -#include "conf.h" -#include "utils.h" -#include "command.h" +#include "conf.hpp" +#include "utils.hpp" +#include "command.hpp" static const char *str_all = "ALL"; static const char *str_tracepoint = "Tracepoint";