X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fstop.cpp;h=6107dc15808abd883c08c0de245e3a80ed2d18b3;hb=c9e313bc594f40a86eed237dce222c0fc99c957f;hp=d69da40abe677b63c6ba5860416667ff97b6917c;hpb=48a4000561343808724f7cb5fa8c131877489ccd;p=lttng-tools.git diff --git a/src/bin/lttng/commands/stop.cpp b/src/bin/lttng/commands/stop.cpp index d69da40ab..6107dc158 100644 --- a/src/bin/lttng/commands/stop.cpp +++ b/src/bin/lttng/commands/stop.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 David Goulet + * Copyright (C) 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * @@ -14,10 +14,10 @@ #include #include -#include -#include +#include +#include -#include "../command.h" +#include "../command.hpp" static char *opt_session_name; static int opt_no_wait;