aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2015-12-17 11:53:59 +0100
committerDaniel Willmann <dwillmann@sysmocom.de>2015-12-17 13:09:37 +0100
commit92856e6ef2356e82b969e526e8e23b95a2b7eefd (patch)
tree115a3c52d32d2f099a5162096a5a7c60f2f1a18c /src
parent3279780557f23837b0f30742c5680c8b44a33adb (diff)
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.
Diffstat (limited to 'src')
-rw-r--r--src/tests/hnb-test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tests/hnb-test.c b/src/tests/hnb-test.c
index cc5dfac..5908716 100644
--- a/src/tests/hnb-test.c
+++ b/src/tests/hnb-test.c
@@ -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;