aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmgcp/mgcp_vty.c
diff options
context:
space:
mode:
authorJonathan Santos <jrsantos@jonathanrsantos.com>2011-08-17 15:33:57 -0400
committerJonathan Santos <jrsantos@jonathanrsantos.com>2011-08-17 15:33:57 -0400
commit5a45b156d4165fed159a290c46676d1383ffcc80 (patch)
tree3689fb40b5b432140fd48822973b760af93080a6 /src/libmgcp/mgcp_vty.c
parent03fd8d014f9871896a86534432c8757d65a576fe (diff)
New upstream version 0.9.14upstream/0.9.14
Diffstat (limited to 'src/libmgcp/mgcp_vty.c')
-rw-r--r--src/libmgcp/mgcp_vty.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/libmgcp/mgcp_vty.c b/src/libmgcp/mgcp_vty.c
index c299a98cc..0b7a97eb8 100644
--- a/src/libmgcp/mgcp_vty.c
+++ b/src/libmgcp/mgcp_vty.c
@@ -21,18 +21,13 @@
*
*/
-#include <sys/types.h>
-#include <osmocore/talloc.h>
+#include <osmocom/core/talloc.h>
-#include <openbsc/debug.h>
#include <openbsc/mgcp.h>
#include <openbsc/mgcp_internal.h>
#include <openbsc/vty.h>
-#include <osmocom/vty/command.h>
-#include <osmocom/vty/vty.h>
-
#include <string.h>
static struct mgcp_config *g_cfg = NULL;