pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/39939?usp=email )
Change subject: vty: cpu_sched_vty.c: remove tdef references ......................................................................
vty: cpu_sched_vty.c: remove tdef references
Change-Id: Ic2f3a7553ffbb964036e81f0f7c67ad2e0c34b20 --- M src/vty/cpu_sched_vty.c 1 file changed, 1 insertion(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/39/39939/1
diff --git a/src/vty/cpu_sched_vty.c b/src/vty/cpu_sched_vty.c index 60fe930..4f3eeb1 100644 --- a/src/vty/cpu_sched_vty.c +++ b/src/vty/cpu_sched_vty.c @@ -45,12 +45,10 @@
#include <osmocom/vty/vty.h> #include <osmocom/vty/command.h> -#include <osmocom/vty/tdef_vty.h> -#include <osmocom/core/tdef.h> #include <osmocom/core/fsm.h> #include <osmocom/core/linuxlist.h>
-/*! \addtogroup Tdef_VTY +/*! \addtogroup cpu_sched_vty * * CPU Scheduling related VTY API. *