mgcp: Remove some duplicate header files from the list.

This commit is contained in:
Holger Hans Peter Freyther 2011-02-28 22:06:47 +01:00
parent 40d1c3fef1
commit 16b7f5c4ef
3 changed files with 1 additions and 7 deletions

View File

@ -32,7 +32,6 @@
#include <osmocore/msgb.h>
#include <osmocore/select.h>
#include <openbsc/debug.h>
#include <openbsc/mgcp.h>
#include <openbsc/mgcp_internal.h>

View File

@ -29,11 +29,10 @@
#include <limits.h>
#include <unistd.h>
#include <openbsc/debug.h>
#include <osmocore/msgb.h>
#include <osmocore/talloc.h>
#include <openbsc/gsm_data.h>
#include <osmocore/select.h>
#include <openbsc/mgcp.h>
#include <openbsc/mgcp_internal.h>

View File

@ -25,14 +25,10 @@
#include <osmocore/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;