hnb-test.c: Remove pdus.h include as it is not used

The messages are constructed so no need to include the binary asn1 data.
This commit is contained in:
Daniel Willmann 2015-12-17 11:53:59 +01:00
parent 3279780557
commit 92856e6ef2
1 changed files with 0 additions and 2 deletions

View File

@ -235,8 +235,6 @@ static int hnb_write_cb(struct osmo_fd *fd, struct msgb *msg)
return rc;
}
#include "pdus.h"
static void hnb_send_register_req(struct hnb_test *hnb_test)
{
HNBRegisterRequest_t request_out;