From 92856e6ef2356e82b969e526e8e23b95a2b7eefd Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Thu, 17 Dec 2015 11:53:59 +0100 Subject: 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. --- src/tests/hnb-test.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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; -- cgit v1.2.3