Change not implemented error to undefined.
[lttng-tools.git] / src / bin / lttng / command.h
index d7670f26df1c296b34e14e71748ad77a012c4646..09ce7c0ebbc5c034f5290f97040dc7a220f04319 100644 (file)
@@ -20,8 +20,8 @@
 #define _LTTNG_CMD_H
 
 #include <lttng/lttng.h>
-#include <common/lttngerr.h>
-#include <common/lttng-share.h>
+#include <common/common.h>
+#include <common/defaults.h>
 
 #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,
 };
 
This page took 0.023386 seconds and 4 git commands to generate.