X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommand.h;h=09ce7c0ebbc5c034f5290f97040dc7a220f04319;hp=9caa7b4034333fc6fd70e41fe17fbfa071e594cf;hb=fd4dfcecf4a21f7797d350e8dcd291c6f0c64e86;hpb=990570edd474b304d4c935d82be6201d872025e4 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, };