X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommand.h;h=09ce7c0ebbc5c034f5290f97040dc7a220f04319;hb=5a532b6873b6d619381c0188b91e48106e639808;hp=9caa7b4034333fc6fd70e41fe17fbfa071e594cf;hpb=990570edd474b304d4c935d82be6201d872025e4;p=lttng-tools.git diff --git a/src/bin/lttng/command.h b/src/bin/lttng/command.h index 9caa7b403..09ce7c0eb 100644 --- a/src/bin/lttng/command.h +++ b/src/bin/lttng/command.h @@ -20,7 +20,6 @@ #define _LTTNG_CMD_H #include -#include #include #include @@ -31,7 +30,6 @@ enum cmd_error_code { CMD_SUCCESS, CMD_ERROR, CMD_UNDEFINED, - CMD_NOT_IMPLEMENTED, CMD_FATAL, };