X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbin%2Flttng%2Fcommands%2Fdestroy.cpp;h=3ab9b224849180052f9755036abd279ab794fe6b;hb=c9e313bc594f40a86eed237dce222c0fc99c957f;hp=2c51142bfd9a00565d6b38d67476405a8b4df4e8;hpb=21cf9b6b1843774306a76f4dccddddd706b64f79;p=lttng-tools.git diff --git a/src/bin/lttng/commands/destroy.cpp b/src/bin/lttng/commands/destroy.cpp index 2c51142bf..3ab9b2248 100644 --- a/src/bin/lttng/commands/destroy.cpp +++ b/src/bin/lttng/commands/destroy.cpp @@ -16,11 +16,11 @@ #include #include -#include "../command.h" +#include "../command.hpp" -#include -#include -#include +#include +#include +#include static char *opt_session_name; static int opt_destroy_all; @@ -191,8 +191,8 @@ static int destroy_session(struct lttng_session *session) } break; } - /* fall-through. */ } + /* fall-through. */ default: ERR("%sFailed to get the location of the rotation performed during the session's destruction", newline_needed ? "\n" : "");