X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbin%2Flttng%2Fcommand.h;h=09ce7c0ebbc5c034f5290f97040dc7a220f04319;hb=1ab1ea0b77d5fc71765e06b5c84431e403e8bd2e;hp=d7670f26df1c296b34e14e71748ad77a012c4646;hpb=c399183f4b3257c43915f3d81f44befd23165ad9;p=lttng-tools.git diff --git a/src/bin/lttng/command.h b/src/bin/lttng/command.h index d7670f26d..09ce7c0eb 100644 --- a/src/bin/lttng/command.h +++ b/src/bin/lttng/command.h @@ -20,8 +20,8 @@ #define _LTTNG_CMD_H #include -#include -#include +#include +#include #include "conf.h" #include "utils.h" @@ -30,7 +30,6 @@ enum cmd_error_code { CMD_SUCCESS, CMD_ERROR, CMD_UNDEFINED, - CMD_NOT_IMPLEMENTED, CMD_FATAL, };