nat: Do not use the bssap.h include as it does not exist in this branch.

This commit is contained in:
Holger Hans Peter Freyther 2010-06-15 20:13:33 +08:00
parent 9b0550ce4c
commit 69d801e23a
4 changed files with 5 additions and 5 deletions

View File

@ -22,11 +22,11 @@
*/
#include <openbsc/bsc_nat.h>
#include <openbsc/bssap.h>
#include <openbsc/ipaccess.h>
#include <openbsc/debug.h>
#include <osmocore/talloc.h>
#include <osmocore/protocol/gsm_08_08.h>
#include <sccp/sccp.h>

View File

@ -21,7 +21,6 @@
#include <openbsc/bsc_nat.h>
#include <openbsc/gsm_data.h>
#include <openbsc/bssap.h>
#include <openbsc/debug.h>
#include <openbsc/mgcp.h>
#include <openbsc/mgcp_internal.h>
@ -30,6 +29,7 @@
#include <osmocore/talloc.h>
#include <osmocore/gsm0808.h>
#include <osmocore/protocol/gsm_08_08.h>
#include <netinet/in.h>
#include <arpa/inet.h>

View File

@ -39,7 +39,6 @@
#include <openbsc/debug.h>
#include <openbsc/bsc_msc.h>
#include <openbsc/bsc_nat.h>
#include <openbsc/bssap.h>
#include <openbsc/ipaccess.h>
#include <openbsc/abis_nm.h>
#include <openbsc/telnet_interface.h>
@ -47,7 +46,7 @@
#include <osmocore/gsm0808.h>
#include <osmocore/talloc.h>
#include <vty/vty.h>
#include <osmocore/protocol/gsm_08_08.h>
#include <sccp/sccp.h>

View File

@ -24,7 +24,6 @@
#include <openbsc/bsc_nat.h>
#include <openbsc/gsm_data.h>
#include <openbsc/bssap.h>
#include <openbsc/debug.h>
#include <openbsc/ipaccess.h>
@ -32,6 +31,8 @@
#include <osmocore/talloc.h>
#include <osmocore/gsm0808.h>
#include <osmocore/protocol/gsm_08_08.h>
#include <sccp/sccp.h>
#include <netinet/in.h>