aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-16 02:29:50 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-10-13 13:14:41 +0000
commit20436c85069bd4d181146ee8447f5f9e93d5a6fd (patch)
treec2c5bb8fb4b765466afbca0fed178e26b99a7ad6
parent30f7310a620e0891e4187d803b69ee0fd04b4f63 (diff)
meas_pcap2db.c: remove unused include of msgb.h
-rw-r--r--openbsc/src/utils/meas_pcap2db.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/src/utils/meas_pcap2db.c b/openbsc/src/utils/meas_pcap2db.c
index 261ee61ae..b874ac403 100644
--- a/openbsc/src/utils/meas_pcap2db.c
+++ b/openbsc/src/utils/meas_pcap2db.c
@@ -31,7 +31,6 @@
#include <osmocom/core/socket.h>
#include <osmocom/core/utils.h>
-#include <osmocom/core/msgb.h>
#include <osmocom/core/select.h>
#include <osmocom/core/talloc.h>