X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=lttng%2Fcommands%2Fstop.c;h=87862b4b905dcc049fd8c77703a9fd9693b02841;hb=6e2d116c6138874c0357b1afb1db5aa7cd80ceb6;hp=664637873f6c980ee22499192317f25aeeca1ac2;hpb=b73d0b29491b7d0dc5cde3c4c65a6cd7c80479b4;p=lttng-tools.git diff --git a/lttng/commands/stop.c b/lttng/commands/stop.c index 664637873..87862b4b9 100644 --- a/lttng/commands/stop.c +++ b/lttng/commands/stop.c @@ -3,8 +3,8 @@ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * as published by the Free Software Foundation; only version 2 + * of the License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -25,9 +25,9 @@ #include #include -#include "cmd.h" -#include "conf.h" -#include "utils.h" +#include "../cmd.h" +#include "../conf.h" +#include "../utils.h" static char *opt_session_name;